#CDC8E8

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

Shades of Melrose #CDC8E8

Tints of Melrose #CDC8E8

Color information

#CDC8E8 (or 0xCDC8E8) is unknown color: approx Melrose. HEX triplet: CD, C8 and E8. RGB value is (205,200,232). Sum of RGB (Red+Green+Blue) = 205+200+232=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDC8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC8E8 is #323717. Grayscale: #CDCDCD. Windows color (decimal): -3290904 or 15255757. OLE color: 15255757.

HSL color Cylindrical-coordinate representation of color #CDC8E8: hue angle of 249.38º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDC8E8 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB205200232-
CMYK0.120.1400.09
HSL249.38º41.03%84.71%-
HSV(B)249.38º13.79%90.98%-
XYZ60.460.1184.76-
YUV205.14143.16127.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 200 (78.52% from 255) = 31.40%
BLUE value IS 232 (91.02% from 255) = 36.42%
R=32.18%
G=31.40%
B=36.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2052002320.120.1400.09249.3841.0384.71
HexCDC8E8CE09f92955
Octal315310350141601137151125
Binary1100110111001000111010001100111001001111110011010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC8E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC8E8; }

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

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

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

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

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

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

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

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