Shades of Melrose #CDC9E8
Tints of Melrose #CDC9E8
RGB
CMYK
RGB Variations
Color information
#CDC9E8 (or 0xCDC9E8) is known color: Melrose. HEX triplet: CD, C9 and E8. RGB value is (205,201,232). Sum of RGB (Red+Green+Blue) = 205+201+232=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 201 (78.91% from 255 or 31.50% from 638); Blue value is 232 (91.02% from 255 or 36.36% from 638); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDC9E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC9E8 is #323617. Grayscale: #CDCDCD. Windows color (decimal): -3290648 or 15256013. OLE color: 15256013.
HSL color Cylindrical-coordinate representation of color #CDC9E8: hue angle of 247.74º degrees, saturation: 0.4, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDC9E8 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 201 | 232 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.09 |
| HSL | 247.74º | 0.4% | 0.85% | - |
| HSV(B) | 247.74º | 0.13% | 0.91% | - |
| XYZ | 60.63 | 60.58 | 84.84 | - |
| YUV | 205.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 232 | 0.12 | 0.13 | 0 | 0.09 | 247.74 | 0.4 | 0.85 |
| Hex | CD | C9 | E8 | C | D | 0 | 9 | F8 | 28 | 55 |
| Octal | 315 | 311 | 350 | 14 | 15 | 0 | 11 | 370 | 50 | 125 |
| Binary | 11001101 | 11001001 | 11101000 | 1100 | 1101 | 0 | 1001 | 11111000 | 101000 | 1010101 |
Color Harmonies of #CDC9E8
Complementary color
Monochromatic Colors of #CDC9E8
Black with #CDC9E8
Text Example
Text Example
White with #CDC9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9E8; }
p { color: rgb(205,201,232); }
H1.HeaderClassName
{
color: #CDC9E8;
}
.AnyTagClassName
{
color: #CDC9E8;
}
</style>
background-color css
<style>
a { background-color: #CDC9E8; }
a { background-color: rgb(205,201,232); }
div.DivClassName
{
background-color: #CDC9E8;
}
.BgClassName
{
background-color: #CDC9E8;
}
</style>
border-color css
<style>
span { border-color: #CDC9E8; }
span { border-color: rgb(205,201,232); }
td.TdClassName
{
border-color: #CDC9E8;
}
.TagClassName
{
border-color: #CDC9E8;
}
</style>