#CCC9DA

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

Shades of Melrose #CCC9DA

Tints of Melrose #CCC9DA

Color information

#CCC9DA (or 0xCCC9DA) is unknown color: approx Melrose. HEX triplet: CC, C9 and DA. RGB value is (204,201,218). Sum of RGB (Red+Green+Blue) = 204+201+218=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 218 (85.55% from 255 or 34.99% from 623); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC9DA is #333625. Grayscale: #CBCBCB. Windows color (decimal): -3356198 or 14338508. OLE color: 14338508.

HSL color Cylindrical-coordinate representation of color #CCC9DA: hue angle of 250.59º degrees, saturation: 0.19, 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 #CCC9DA is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204201218-
CMYK0.060.0800.15
HSL250.59º18.68%82.16%-
HSV(B)250.59º7.8%85.49%-
XYZ58.4459.6774.77-
YUV203.84135.99128.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 218 (85.55% from 255) = 34.99%
R=32.74%
G=32.26%
B=34.99%

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
Decimal2042012180.060.0800.15250.5918.6882.16
HexCCC9DA680Ffb1352
Octal31431133261001737323122
Binary11001100110010011101101011010000111111111011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9DA; }

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

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

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

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

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

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

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

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