Shades of Melrose #CDC8E5
Tints of Melrose #CDC8E5
RGB
CMYK
RGB Variations
Color information
#CDC8E5 (or 0xCDC8E5) is known color: Melrose. HEX triplet: CD, C8 and E5. RGB value is (205,200,229). Sum of RGB (Red+Green+Blue) = 205+200+229=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 200 (78.52% from 255 or 31.55% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDC8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8E5 is #32371A. Grayscale: #CCCCCC. Windows color (decimal): -3290907 or 15059149. OLE color: 15059149.
HSL color Cylindrical-coordinate representation of color #CDC8E5: hue angle of 250.34º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDC8E5 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 200 | 229 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.10 |
| HSL | 250.34º | 0.36% | 0.84% | - |
| HSV(B) | 250.34º | 0.13% | 0.9% | - |
| XYZ | 59.97 | 59.94 | 82.54 | - |
| YUV | 204.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 229 | 0.10 | 0.13 | 0 | 0.10 | 250.34 | 0.36 | 0.84 |
| Hex | CD | C8 | E5 | A | D | 0 | A | FA | 24 | 54 |
| Octal | 315 | 310 | 345 | 12 | 15 | 0 | 12 | 372 | 44 | 124 |
| Binary | 11001101 | 11001000 | 11100101 | 1010 | 1101 | 0 | 1010 | 11111010 | 100100 | 1010100 |
Color Harmonies of #CDC8E5
Complementary color
Monochromatic Colors of #CDC8E5
Black with #CDC8E5
Text Example
Text Example
White with #CDC8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8E5; }
p { color: rgb(205,200,229); }
H1.HeaderClassName
{
color: #CDC8E5;
}
.AnyTagClassName
{
color: #CDC8E5;
}
</style>
background-color css
<style>
a { background-color: #CDC8E5; }
a { background-color: rgb(205,200,229); }
div.DivClassName
{
background-color: #CDC8E5;
}
.BgClassName
{
background-color: #CDC8E5;
}
</style>
border-color css
<style>
span { border-color: #CDC8E5; }
span { border-color: rgb(205,200,229); }
td.TdClassName
{
border-color: #CDC8E5;
}
.TagClassName
{
border-color: #CDC8E5;
}
</style>