#CDC8DC

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

Shades of Melrose #CDC8DC

Tints of Melrose #CDC8DC

Color information

#CDC8DC (or 0xCDC8DC) is unknown color: approx Melrose. HEX triplet: CD, C8 and DC. RGB value is (205,200,220). Sum of RGB (Red+Green+Blue) = 205+200+220=625 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.8% from 625); Green value is 200 (78.52% from 255 or 32% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #CDC8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8DC is #323723. Grayscale: #CBCBCB. Windows color (decimal): -3290916 or 14469325. OLE color: 14469325.

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

Color convert

RGB205200220-
CMYK0.070.0900.14
HSL255º22.22%82.35%-
HSV(B)255º9.09%86.27%-
XYZ58.7559.4576.09-
YUV203.78137.16128.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.8%
GREEN value IS 200 (78.52% from 255) = 32%
BLUE value IS 220 (86.33% from 255) = 35.2%
R=32.8%
G=32%
B=35.2%

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
Decimal2052002200.070.0900.1425522.2282.35
HexCDC8DC790Eff1652
Octal31531033471101637726122
Binary11001101110010001101110011110010111011111111101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8DC; }

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

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

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

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

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

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

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

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