#CDC9DE

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

Shades of Melrose #CDC9DE

Tints of Melrose #CDC9DE

Color information

#CDC9DE (or 0xCDC9DE) is unknown color: approx Melrose. HEX triplet: CD, C9 and DE. RGB value is (205,201,222). Sum of RGB (Red+Green+Blue) = 205+201+222=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDC9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9DE is #323621. Grayscale: #CCCCCC. Windows color (decimal): -3290658 or 14600653. OLE color: 14600653.

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

Color convert

RGB205201222-
CMYK0.080.0900.13
HSL251.43º24.14%82.94%-
HSV(B)251.43º9.46%87.06%-
XYZ59.2560.0377.57-
YUV204.59137.83128.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.64%
GREEN value IS 201 (78.91% from 255) = 32.01%
BLUE value IS 222 (87.11% from 255) = 35.35%
R=32.64%
G=32.01%
B=35.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2052012220.080.0900.13251.4324.1482.94
HexCDC9DE890Dfb1853
Octal315311336101101537330123
Binary110011011100100111011110100010010110111111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDC9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDC9DE; }

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

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

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

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

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

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

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

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