#C0B8DE

Color #C0B8DE Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C0B8DE

Tints of Melrose #C0B8DE

Color information

#C0B8DE (or 0xC0B8DE) is unknown color: approx Melrose. HEX triplet: C0, B8 and DE. RGB value is (192,184,222). Sum of RGB (Red+Green+Blue) = 192+184+222=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 184 (72.27% from 255 or 30.77% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0B8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B8DE is #3F4721. Grayscale: #BEBEBE. Windows color (decimal): -4146978 or 14596288. OLE color: 14596288.

HSL color Cylindrical-coordinate representation of color #C0B8DE: hue angle of 252.63º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C0B8DE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB192184222-
CMYK0.140.1700.13
HSL252.63º36.54%79.61%-
HSV(B)252.63º17.12%87.06%-
XYZ52.0650.7676.16-
YUV190.72145.65128.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 32.11%
GREEN value IS 184 (72.27% from 255) = 30.77%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=32.11%
G=30.77%
B=37.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1921842220.140.1700.13252.6336.5479.61
HexC0B8DEE110Dfd2550
Octal300270336162101537545120
Binary11000000101110001101111011101000101101111111011001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B8DE; }

 p { color: rgb(192,184,222); }

 H1.HeaderClassName
 {
   color: #C0B8DE;
 }
 .AnyTagClassName
 {
   color: #C0B8DE;
 }
</style>
background-color css

<style>
 a { background-color: #C0B8DE; }

 a { background-color: rgb(192,184,222); }

 div.DivClassName
 {
   background-color: #C0B8DE;
 }
 .BgClassName
 {
   background-color: #C0B8DE;
 }
</style>
border-color css

<style>
 span { border-color: #C0B8DE; }

 span { border-color: rgb(192,184,222); }

 td.TdClassName
 {
   border-color: #C0B8DE;
 }
 .TagClassName
 {
   border-color: #C0B8DE;
 }
</style>