Shades of Melrose #CDC9E0
Tints of Melrose #CDC9E0
RGB
CMYK
RGB Variations
Color information
#CDC9E0 (or 0xCDC9E0) is known color: Melrose. HEX triplet: CD, C9 and E0. RGB value is (205,201,224). Sum of RGB (Red+Green+Blue) = 205+201+224=630 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.54% from 630); Green value is 201 (78.91% from 255 or 31.90% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #CDC9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9E0 is #32361F. Grayscale: #CCCCCC. Windows color (decimal): -3290656 or 14731725. OLE color: 14731725.
HSL color Cylindrical-coordinate representation of color #CDC9E0: hue angle of 250.43º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC9E0 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 201 | 224 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.12 |
| HSL | 250.43º | 0.27% | 0.83% | - |
| HSV(B) | 250.43º | 0.1% | 0.88% | - |
| XYZ | 59.52 | 60.13 | 78.99 | - |
| YUV | 204.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 224 | 0.08 | 0.10 | 0 | 0.12 | 250.43 | 0.27 | 0.83 |
| Hex | CD | C9 | E0 | 8 | A | 0 | C | FA | 1B | 53 |
| Octal | 315 | 311 | 340 | 10 | 12 | 0 | 14 | 372 | 33 | 123 |
| Binary | 11001101 | 11001001 | 11100000 | 1000 | 1010 | 0 | 1100 | 11111010 | 11011 | 1010011 |
Color Harmonies of #CDC9E0
Complementary color
Monochromatic Colors of #CDC9E0
Black with #CDC9E0
Text Example
Text Example
White with #CDC9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9E0; }
p { color: rgb(205,201,224); }
H1.HeaderClassName
{
color: #CDC9E0;
}
.AnyTagClassName
{
color: #CDC9E0;
}
</style>
background-color css
<style>
a { background-color: #CDC9E0; }
a { background-color: rgb(205,201,224); }
div.DivClassName
{
background-color: #CDC9E0;
}
.BgClassName
{
background-color: #CDC9E0;
}
</style>
border-color css
<style>
span { border-color: #CDC9E0; }
span { border-color: rgb(205,201,224); }
td.TdClassName
{
border-color: #CDC9E0;
}
.TagClassName
{
border-color: #CDC9E0;
}
</style>