#CDC8DE

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

Shades of Melrose #CDC8DE

Tints of Melrose #CDC8DE

Color information

#CDC8DE (or 0xCDC8DE) is unknown color: approx Melrose. HEX triplet: CD, C8 and DE. RGB value is (205,200,222). Sum of RGB (Red+Green+Blue) = 205+200+222=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDC8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8DE is #323721. Grayscale: #CBCBCB. Windows color (decimal): -3290914 or 14600397. OLE color: 14600397.

HSL color Cylindrical-coordinate representation of color #CDC8DE: hue angle of 253.64º degrees, saturation: 0.25, 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 #CDC8DE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB205200222-
CMYK0.080.1000.13
HSL253.64º25%82.75%-
HSV(B)253.64º9.91%87.06%-
XYZ59.0259.5677.49-
YUV204138.16128.71-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.70%
GREEN value IS 200 (78.52% from 255) = 31.90%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=32.70%
G=31.90%
B=35.41%

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
Decimal2052002220.080.1000.13253.642582.75
HexCDC8DE8A0Dfe1953
Octal315310336101201537631123
Binary110011011100100011011110100010100110111111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8DE; }

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

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

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

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

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

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

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

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