Shades of Melrose #CDC7E7
Tints of Melrose #CDC7E7
RGB
CMYK
RGB Variations
Color information
#CDC7E7 (or 0xCDC7E7) is known color: Melrose. HEX triplet: CD, C7 and E7. RGB value is (205,199,231). Sum of RGB (Red+Green+Blue) = 205+199+231=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 199 (78.12% from 255 or 31.34% from 635); Blue value is 231 (90.62% from 255 or 36.38% from 635); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDC7E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC7E7 is #323818. Grayscale: #CCCCCC. Windows color (decimal): -3291161 or 15189965. OLE color: 15189965.
HSL color Cylindrical-coordinate representation of color #CDC7E7: hue angle of 251.25º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDC7E7 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 199 | 231 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.09 |
| HSL | 251.25º | 0.4% | 0.84% | - |
| HSV(B) | 251.25º | 0.14% | 0.91% | - |
| XYZ | 60.02 | 59.6 | 83.94 | - |
| YUV | 204.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 231 | 0.11 | 0.14 | 0 | 0.09 | 251.25 | 0.4 | 0.84 |
| Hex | CD | C7 | E7 | B | E | 0 | 9 | FB | 28 | 54 |
| Octal | 315 | 307 | 347 | 13 | 16 | 0 | 11 | 373 | 50 | 124 |
| Binary | 11001101 | 11000111 | 11100111 | 1011 | 1110 | 0 | 1001 | 11111011 | 101000 | 1010100 |
Color Harmonies of #CDC7E7
Complementary color
Monochromatic Colors of #CDC7E7
Black with #CDC7E7
Text Example
Text Example
White with #CDC7E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7E7; }
p { color: rgb(205,199,231); }
H1.HeaderClassName
{
color: #CDC7E7;
}
.AnyTagClassName
{
color: #CDC7E7;
}
</style>
background-color css
<style>
a { background-color: #CDC7E7; }
a { background-color: rgb(205,199,231); }
div.DivClassName
{
background-color: #CDC7E7;
}
.BgClassName
{
background-color: #CDC7E7;
}
</style>
border-color css
<style>
span { border-color: #CDC7E7; }
span { border-color: rgb(205,199,231); }
td.TdClassName
{
border-color: #CDC7E7;
}
.TagClassName
{
border-color: #CDC7E7;
}
</style>