#CCC2DE

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

Shades of Melrose #CCC2DE

Tints of Melrose #CCC2DE

Color information

#CCC2DE (or 0xCCC2DE) is unknown color: approx Melrose. HEX triplet: CC, C2 and DE. RGB value is (204,194,222). Sum of RGB (Red+Green+Blue) = 204+194+222=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 194 (76.17% from 255 or 31.29% from 620); Blue value is 222 (87.11% from 255 or 35.81% from 620); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCC2DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC2DE is #333D21. Grayscale: #C8C8C8. Windows color (decimal): -3357986 or 14598860. OLE color: 14598860.

HSL color Cylindrical-coordinate representation of color #CCC2DE: hue angle of 261.43º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCC2DE is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204194222-
CMYK0.080.1300.13
HSL261.43º29.79%81.57%-
HSV(B)261.43º12.61%87.06%-
XYZ57.3856.6977.03-
YUV200.18140.31130.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 194 (76.17% from 255) = 31.29%
BLUE value IS 222 (87.11% from 255) = 35.81%
R=32.90%
G=31.29%
B=35.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041942220.080.1300.13261.4329.7981.57
HexCCC2DE8D0D1051e52
Octal314302336101501540536122
Binary1100110011000010110111101000110101101100000101111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC2DE; }

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

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

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

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

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

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

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

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