#CDC9D6

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

Shades of Melrose #CDC9D6

Tints of Melrose #CDC9D6

Color information

#CDC9D6 (or 0xCDC9D6) is unknown color: approx Melrose. HEX triplet: CD, C9 and D6. RGB value is (205,201,214). Sum of RGB (Red+Green+Blue) = 205+201+214=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 201 (78.91% from 255 or 32.42% from 620); Blue value is 214 (83.98% from 255 or 34.52% from 620); Max value from RGB is 214 - color contains mainly: blue. Hex color #CDC9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9D6 is #323629. Grayscale: #CBCBCB. Windows color (decimal): -3290666 or 14076365. OLE color: 14076365.

HSL color Cylindrical-coordinate representation of color #CDC9D6: hue angle of 258.46º degrees, saturation: 0.14, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CDC9D6 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB205201214-
CMYK0.040.0600.16
HSL258.46º13.68%81.37%-
HSV(B)258.46º6.07%83.92%-
XYZ58.259.6172.06-
YUV203.68133.83128.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 201 (78.91% from 255) = 32.42%
BLUE value IS 214 (83.98% from 255) = 34.52%
R=33.06%
G=32.42%
B=34.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2052012140.040.0600.16258.4613.6881.37
HexCDC9D646010102e51
Octal3153113264602040216121
Binary11001101110010011101011010011001000010000001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9D6; }

 p { color: rgb(205,201,214); }

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

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

 a { background-color: rgb(205,201,214); }

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

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

 span { border-color: rgb(205,201,214); }

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