Shades of Melrose #CDC8E0
Tints of Melrose #CDC8E0
RGB
CMYK
RGB Variations
Color information
#CDC8E0 (or 0xCDC8E0) is known color: Melrose. HEX triplet: CD, C8 and E0. RGB value is (205,200,224). Sum of RGB (Red+Green+Blue) = 205+200+224=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDC8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8E0 is #32371F. Grayscale: #CCCCCC. Windows color (decimal): -3290912 or 14731469. OLE color: 14731469.
HSL color Cylindrical-coordinate representation of color #CDC8E0: hue angle of 252.5º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDC8E0 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 200 | 224 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.12 |
| HSL | 252.5º | 0.28% | 0.83% | - |
| HSV(B) | 252.5º | 0.11% | 0.88% | - |
| XYZ | 59.29 | 59.67 | 78.91 | - |
| YUV | 204.23 | 139.16 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 224 | 0.08 | 0.11 | 0 | 0.12 | 252.5 | 0.28 | 0.83 |
| Hex | CD | C8 | E0 | 8 | B | 0 | C | FD | 1C | 53 |
| Octal | 315 | 310 | 340 | 10 | 13 | 0 | 14 | 375 | 34 | 123 |
| Binary | 11001101 | 11001000 | 11100000 | 1000 | 1011 | 0 | 1100 | 11111101 | 11100 | 1010011 |
Color Harmonies of #CDC8E0
Complementary color
Monochromatic Colors of #CDC8E0
Black with #CDC8E0
Text Example
Text Example
White with #CDC8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8E0; }
p { color: rgb(205,200,224); }
H1.HeaderClassName
{
color: #CDC8E0;
}
.AnyTagClassName
{
color: #CDC8E0;
}
</style>
background-color css
<style>
a { background-color: #CDC8E0; }
a { background-color: rgb(205,200,224); }
div.DivClassName
{
background-color: #CDC8E0;
}
.BgClassName
{
background-color: #CDC8E0;
}
</style>
border-color css
<style>
span { border-color: #CDC8E0; }
span { border-color: rgb(205,200,224); }
td.TdClassName
{
border-color: #CDC8E0;
}
.TagClassName
{
border-color: #CDC8E0;
}
</style>