#CCC2DB

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

Shades of Melrose #CCC2DB

Tints of Melrose #CCC2DB

Color information

#CCC2DB (or 0xCCC2DB) is unknown color: approx Melrose. HEX triplet: CC, C2 and DB. RGB value is (204,194,219). Sum of RGB (Red+Green+Blue) = 204+194+219=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 194 (76.17% from 255 or 31.44% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2DB is #333D24. Grayscale: #C7C7C7. Windows color (decimal): -3357989 or 14402252. OLE color: 14402252.

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

Color convert

RGB204194219-
CMYK0.070.1100.14
HSL264º25.77%80.98%-
HSV(B)264º11.42%85.88%-
XYZ56.9856.5474.93-
YUV199.84138.81130.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.06%
GREEN value IS 194 (76.17% from 255) = 31.44%
BLUE value IS 219 (85.94% from 255) = 35.49%
R=33.06%
G=31.44%
B=35.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2041942190.070.1100.1426425.7780.98
HexCCC2DB7B0E1081a51
Octal31430233371301641032121
Binary110011001100001011011011111101101110100001000110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2DB; }

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

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

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

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

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

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

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

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