#CCC8DC

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

Shades of Melrose #CCC8DC

Tints of Melrose #CCC8DC

Color information

#CCC8DC (or 0xCCC8DC) is unknown color: approx Melrose. HEX triplet: CC, C8 and DC. RGB value is (204,200,220). Sum of RGB (Red+Green+Blue) = 204+200+220=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 200 (78.52% from 255 or 32.05% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #CCC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8DC is #333723. Grayscale: #CBCBCB. Windows color (decimal): -3356452 or 14469324. OLE color: 14469324.

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

Color convert

RGB204200220-
CMYK0.070.0900.14
HSL252º22.22%82.35%-
HSV(B)252º9.09%86.27%-
XYZ58.4759.3176.08-
YUV203.48137.33128.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 200 (78.52% from 255) = 32.05%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=32.69%
G=32.05%
B=35.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2042002200.070.0900.1425222.2282.35
HexCCC8DC790Efc1652
Octal31431033471101637426122
Binary11001100110010001101110011110010111011111100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8DC; }

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

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

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

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

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

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

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

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