#CCC9DB

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

Shades of Melrose #CCC9DB

Tints of Melrose #CCC9DB

Color information

#CCC9DB (or 0xCCC9DB) is unknown color: approx Melrose. HEX triplet: CC, C9 and DB. RGB value is (204,201,219). Sum of RGB (Red+Green+Blue) = 204+201+219=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9DB is #333624. Grayscale: #CBCBCB. Windows color (decimal): -3356197 or 14404044. OLE color: 14404044.

HSL color Cylindrical-coordinate representation of color #CCC9DB: hue angle of 250º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCC9DB is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB204201219-
CMYK0.070.0800.14
HSL250º20%82.35%-
HSV(B)250º8.22%85.88%-
XYZ58.5759.7375.46-
YUV203.95136.49128.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 201 (78.91% from 255) = 32.21%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=32.69%
G=32.21%
B=35.10%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042012190.070.0800.142502082.35
HexCCC9DB780Efa1452
Octal31431133371001637224122
Binary11001100110010011101101111110000111011111010101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9DB; }

 p { color: rgb(204,201,219); }

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

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

 a { background-color: rgb(204,201,219); }

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

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

 span { border-color: rgb(204,201,219); }

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