#CCC8DA

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

Shades of Melrose #CCC8DA

Tints of Melrose #CCC8DA

Color information

#CCC8DA (or 0xCCC8DA) is unknown color: approx Melrose. HEX triplet: CC, C8 and DA. RGB value is (204,200,218). Sum of RGB (Red+Green+Blue) = 204+200+218=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8DA is #333725. Grayscale: #CBCBCB. Windows color (decimal): -3356454 or 14338252. OLE color: 14338252.

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

Color convert

RGB204200218-
CMYK0.060.0800.15
HSL253.33º19.57%81.96%-
HSV(B)253.33º8.26%85.49%-
XYZ58.2159.2174.69-
YUV203.25136.33128.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 200 (78.52% from 255) = 32.15%
BLUE value IS 218 (85.55% from 255) = 35.05%
R=32.80%
G=32.15%
B=35.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042002180.060.0800.15253.3319.5781.96
HexCCC8DA680Ffd1452
Octal31431033261001737524122
Binary11001100110010001101101011010000111111111101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8DA; }

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

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

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

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

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

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

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

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