#CDC8D8

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

Shades of Melrose #CDC8D8

Tints of Melrose #CDC8D8

Color information

#CDC8D8 (or 0xCDC8D8) is unknown color: approx Melrose. HEX triplet: CD, C8 and D8. RGB value is (205,200,216). Sum of RGB (Red+Green+Blue) = 205+200+216=621 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.01% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 216 - color contains mainly: blue. Hex color #CDC8D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8D8 is #323727. Grayscale: #CBCBCB. Windows color (decimal): -3290920 or 14207181. OLE color: 14207181.

HSL color Cylindrical-coordinate representation of color #CDC8D8: hue angle of 258.75º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDC8D8 is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB205200216-
CMYK0.050.0700.15
HSL258.75º17.02%81.57%-
HSV(B)258.75º7.41%84.71%-
XYZ58.2359.2573.33-
YUV203.32135.16129.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.01%
GREEN value IS 200 (78.52% from 255) = 32.21%
BLUE value IS 216 (84.77% from 255) = 34.78%
R=33.01%
G=32.21%
B=34.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2052002160.050.0700.15258.7517.0281.57
HexCDC8D8570F1031152
Octal3153103305701740321122
Binary11001101110010001101100010111101111100000011100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8D8; }

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

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

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

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

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

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

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

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