#CDC8D9

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

Shades of Melrose #CDC8D9

Tints of Melrose #CDC8D9

Color information

#CDC8D9 (or 0xCDC8D9) is unknown color: approx Melrose. HEX triplet: CD, C8 and D9. RGB value is (205,200,217). Sum of RGB (Red+Green+Blue) = 205+200+217=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 200 (78.52% from 255 or 32.15% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 217 - color contains mainly: blue. Hex color #CDC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8D9 is #323726. Grayscale: #CBCBCB. Windows color (decimal): -3290919 or 14272717. OLE color: 14272717.

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

Color convert

RGB205200217-
CMYK0.060.0800.15
HSL257.65º18.28%81.76%-
HSV(B)257.65º7.83%85.1%-
XYZ58.3659.374.02-
YUV203.43135.66129.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 200 (78.52% from 255) = 32.15%
BLUE value IS 217 (85.16% from 255) = 34.89%
R=32.96%
G=32.15%
B=34.89%

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
Decimal2052002170.060.0800.15257.6518.2881.76
HexCDC8D9680F1021252
Octal31531033161001740222122
Binary110011011100100011011001110100001111100000010100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8D9; }

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

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

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

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

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

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

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

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