#CDC8DF

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

Shades of Melrose #CDC8DF

Tints of Melrose #CDC8DF

Color information

#CDC8DF (or 0xCDC8DF) is unknown color: approx Melrose. HEX triplet: CD, C8 and DF. RGB value is (205,200,223). Sum of RGB (Red+Green+Blue) = 205+200+223=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDC8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8DF is #323720. Grayscale: #CCCCCC. Windows color (decimal): -3290913 or 14665933. OLE color: 14665933.

HSL color Cylindrical-coordinate representation of color #CDC8DF: hue angle of 253.04º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC8DF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205200223-
CMYK0.080.1000.13
HSL253.04º26.44%82.94%-
HSV(B)253.04º10.31%87.45%-
XYZ59.1559.6278.2-
YUV204.12138.66128.63-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.64%
GREEN value IS 200 (78.52% from 255) = 31.85%
BLUE value IS 223 (87.5% from 255) = 35.51%
R=32.64%
G=31.85%
B=35.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052002230.080.1000.13253.0426.4482.94
HexCDC8DF8A0Dfd1a53
Octal315310337101201537532123
Binary110011011100100011011111100010100110111111101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8DF; }

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

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

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

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

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

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

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

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