#CDC9DB

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

Shades of Melrose #CDC9DB

Tints of Melrose #CDC9DB

Color information

#CDC9DB (or 0xCDC9DB) is unknown color: approx Melrose. HEX triplet: CD, C9 and DB. RGB value is (205,201,219). Sum of RGB (Red+Green+Blue) = 205+201+219=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 201 (78.91% from 255 or 32.16% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 219 - color contains mainly: blue. Hex color #CDC9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9DB is #323624. Grayscale: #CCCCCC. Windows color (decimal): -3290661 or 14404045. OLE color: 14404045.

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

Color convert

RGB205201219-
CMYK0.060.0800.14
HSL253.33º20%82.35%-
HSV(B)253.33º8.22%85.88%-
XYZ58.8559.8775.47-
YUV204.25136.33128.54-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 201 (78.91% from 255) = 32.16%
BLUE value IS 219 (85.94% from 255) = 35.04%
R=32.8%
G=32.16%
B=35.04%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2052012190.060.0800.14253.332082.35
HexCDC9DB680Efd1452
Octal31531133361001637524122
Binary11001101110010011101101111010000111011111101101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9DB; }

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

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

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

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

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

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

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

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