Shades of Melrose #CDC7E1
Tints of Melrose #CDC7E1
RGB
CMYK
RGB Variations
Color information
#CDC7E1 (or 0xCDC7E1) is known color: Melrose. HEX triplet: CD, C7 and E1. RGB value is (205,199,225). Sum of RGB (Red+Green+Blue) = 205+199+225=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 199 (78.12% from 255 or 31.64% from 629); Blue value is 225 (88.28% from 255 or 35.77% from 629); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDC7E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC7E1 is #32381E. Grayscale: #CBCBCB. Windows color (decimal): -3291167 or 14796749. OLE color: 14796749.
HSL color Cylindrical-coordinate representation of color #CDC7E1: hue angle of 253.85º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDC7E1 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 205 | 199 | 225 | - |
| CMYK | 0.09 | 0.12 | 0 | 0.12 |
| HSL | 253.85º | 0.3% | 0.83% | - |
| HSV(B) | 253.85º | 0.12% | 0.88% | - |
| XYZ | 59.19 | 59.26 | 79.55 | - |
| YUV | 203.76 | 139.99 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 225 | 0.09 | 0.12 | 0 | 0.12 | 253.85 | 0.3 | 0.83 |
| Hex | CD | C7 | E1 | 9 | C | 0 | C | FE | 1E | 53 |
| Octal | 315 | 307 | 341 | 11 | 14 | 0 | 14 | 376 | 36 | 123 |
| Binary | 11001101 | 11000111 | 11100001 | 1001 | 1100 | 0 | 1100 | 11111110 | 11110 | 1010011 |
Color Harmonies of #CDC7E1
Complementary color
Monochromatic Colors of #CDC7E1
Black with #CDC7E1
Text Example
Text Example
White with #CDC7E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7E1; }
p { color: rgb(205,199,225); }
H1.HeaderClassName
{
color: #CDC7E1;
}
.AnyTagClassName
{
color: #CDC7E1;
}
</style>
background-color css
<style>
a { background-color: #CDC7E1; }
a { background-color: rgb(205,199,225); }
div.DivClassName
{
background-color: #CDC7E1;
}
.BgClassName
{
background-color: #CDC7E1;
}
</style>
border-color css
<style>
span { border-color: #CDC7E1; }
span { border-color: rgb(205,199,225); }
td.TdClassName
{
border-color: #CDC7E1;
}
.TagClassName
{
border-color: #CDC7E1;
}
</style>