#CDC9DC

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

Shades of Melrose #CDC9DC

Tints of Melrose #CDC9DC

Color information

#CDC9DC (or 0xCDC9DC) is unknown color: approx Melrose. HEX triplet: CD, C9 and DC. RGB value is (205,201,220). Sum of RGB (Red+Green+Blue) = 205+201+220=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 201 (78.91% from 255 or 32.11% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDC9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9DC is #323623. Grayscale: #CCCCCC. Windows color (decimal): -3290660 or 14469581. OLE color: 14469581.

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

Color convert

RGB205201220-
CMYK0.070.0900.14
HSL252.63º21.35%82.55%-
HSV(B)252.63º8.64%86.27%-
XYZ58.9859.9276.17-
YUV204.36136.83128.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 201 (78.91% from 255) = 32.11%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=32.75%
G=32.11%
B=35.14%

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
Decimal2052012200.070.0900.14252.6321.3582.55
HexCDC9DC790Efd1553
Octal31531133471101637525123
Binary11001101110010011101110011110010111011111101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9DC; }

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

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

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

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

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

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

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

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