#CCC4DC

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

Shades of Melrose #CCC4DC

Tints of Melrose #CCC4DC

Color information

#CCC4DC (or 0xCCC4DC) is unknown color: approx Melrose. HEX triplet: CC, C4 and DC. RGB value is (204,196,220). Sum of RGB (Red+Green+Blue) = 204+196+220=620 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.90% from 620); Green value is 196 (76.95% from 255 or 31.61% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC4DC is #333B23. Grayscale: #C9C9C9. Windows color (decimal): -3357476 or 14468300. OLE color: 14468300.

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

Color convert

RGB204196220-
CMYK0.070.1100.14
HSL260º25.53%81.57%-
HSV(B)260º10.91%86.27%-
XYZ57.5657.4875.77-
YUV201.13138.65130.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.90%
GREEN value IS 196 (76.95% from 255) = 31.61%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=32.90%
G=31.61%
B=35.48%

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
Decimal2041962200.070.1100.1426025.5381.57
HexCCC4DC7B0E1041a52
Octal31430433471301640432122
Binary110011001100010011011100111101101110100000100110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4DC; }

 p { color: rgb(204,196,220); }

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

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

 a { background-color: rgb(204,196,220); }

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

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

 span { border-color: rgb(204,196,220); }

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