#CDC9DA

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

Shades of Melrose #CDC9DA

Tints of Melrose #CDC9DA

Color information

#CDC9DA (or 0xCDC9DA) is unknown color: approx Melrose. HEX triplet: CD, C9 and DA. RGB value is (205,201,218). Sum of RGB (Red+Green+Blue) = 205+201+218=624 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.85% from 624); Green value is 201 (78.91% from 255 or 32.21% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: blue. Hex color #CDC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9DA is #323625. Grayscale: #CCCCCC. Windows color (decimal): -3290662 or 14338509. OLE color: 14338509.

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

Color convert

RGB205201218-
CMYK0.060.0800.15
HSL254.12º18.68%82.16%-
HSV(B)254.12º7.8%85.49%-
XYZ58.7259.8174.78-
YUV204.13135.83128.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.85%
GREEN value IS 201 (78.91% from 255) = 32.21%
BLUE value IS 218 (85.55% from 255) = 34.94%
R=32.85%
G=32.21%
B=34.94%

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
Decimal2052012180.060.0800.15254.1218.6882.16
HexCDC9DA680Ffe1352
Octal31531133261001737623122
Binary11001101110010011101101011010000111111111110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9DA; }

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

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

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

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

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

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

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

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