Shades of Melrose #CDC8E9
Tints of Melrose #CDC8E9
RGB
CMYK
RGB Variations
Color information
#CDC8E9 (or 0xCDC8E9) is known color: Melrose. HEX triplet: CD, C8 and E9. RGB value is (205,200,233). Sum of RGB (Red+Green+Blue) = 205+200+233=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 233 (91.41% from 255 or 36.52% from 638); Max value from RGB is 233 - color contains mainly: blue. Hex color #CDC8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC8E9 is #323716. Grayscale: #CDCDCD. Windows color (decimal): -3290903 or 15321293. OLE color: 15321293.
HSL color Cylindrical-coordinate representation of color #CDC8E9: hue angle of 249.09º degrees, saturation: 0.43, 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 #CDC8E9 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 200 | 233 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.09 |
| HSL | 249.09º | 0.43% | 0.85% | - |
| HSV(B) | 249.09º | 0.14% | 0.91% | - |
| XYZ | 60.54 | 60.17 | 85.51 | - |
| YUV | 205.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 233 | 0.12 | 0.14 | 0 | 0.09 | 249.09 | 0.43 | 0.85 |
| Hex | CD | C8 | E9 | C | E | 0 | 9 | F9 | 2B | 55 |
| Octal | 315 | 310 | 351 | 14 | 16 | 0 | 11 | 371 | 53 | 125 |
| Binary | 11001101 | 11001000 | 11101001 | 1100 | 1110 | 0 | 1001 | 11111001 | 101011 | 1010101 |
Color Harmonies of #CDC8E9
Complementary color
Monochromatic Colors of #CDC8E9
Black with #CDC8E9
Text Example
Text Example
White with #CDC8E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8E9; }
p { color: rgb(205,200,233); }
H1.HeaderClassName
{
color: #CDC8E9;
}
.AnyTagClassName
{
color: #CDC8E9;
}
</style>
background-color css
<style>
a { background-color: #CDC8E9; }
a { background-color: rgb(205,200,233); }
div.DivClassName
{
background-color: #CDC8E9;
}
.BgClassName
{
background-color: #CDC8E9;
}
</style>
border-color css
<style>
span { border-color: #CDC8E9; }
span { border-color: rgb(205,200,233); }
td.TdClassName
{
border-color: #CDC8E9;
}
.TagClassName
{
border-color: #CDC8E9;
}
</style>