#CDC9E6

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

Shades of Melrose #CDC9E6

Tints of Melrose #CDC9E6

Color information

#CDC9E6 (or 0xCDC9E6) is unknown color: approx Melrose. HEX triplet: CD, C9 and E6. RGB value is (205,201,230). Sum of RGB (Red+Green+Blue) = 205+201+230=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDC9E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9E6 is #323619. Grayscale: #CDCDCD. Windows color (decimal): -3290650 or 15124941. OLE color: 15124941.

HSL color Cylindrical-coordinate representation of color #CDC9E6: hue angle of 248.28º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDC9E6 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB205201230-
CMYK0.110.1300.10
HSL248.28º36.71%84.51%-
HSV(B)248.28º12.61%90.2%-
XYZ60.3560.4783.35-
YUV205.5141.83127.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 201 (78.91% from 255) = 31.60%
BLUE value IS 230 (90.23% from 255) = 36.16%
R=32.23%
G=31.60%
B=36.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052012300.110.1300.10248.2836.7184.51
HexCDC9E6BD0Af82555
Octal315311346131501237045125
Binary1100110111001001111001101011110101010111110001001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9E6; }

 p { color: rgb(205,201,230); }

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

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

 a { background-color: rgb(205,201,230); }

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

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

 span { border-color: rgb(205,201,230); }

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