Shades of Melrose #CDC6E4
Tints of Melrose #CDC6E4
RGB
CMYK
RGB Variations
Color information
#CDC6E4 (or 0xCDC6E4) is known color: Melrose. HEX triplet: CD, C6 and E4. RGB value is (205,198,228). Sum of RGB (Red+Green+Blue) = 205+198+228=631 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.49% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 228 (89.45% from 255 or 36.13% from 631); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDC6E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC6E4 is #32391B. Grayscale: #CBCBCB. Windows color (decimal): -3291420 or 14993101. OLE color: 14993101.
HSL color Cylindrical-coordinate representation of color #CDC6E4: hue angle of 254º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDC6E4 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 198 | 228 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.11 |
| HSL | 254º | 0.36% | 0.84% | - |
| HSV(B) | 254º | 0.13% | 0.89% | - |
| XYZ | 59.37 | 58.97 | 81.65 | - |
| YUV | 203.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 198 | 228 | 0.10 | 0.13 | 0 | 0.11 | 254 | 0.36 | 0.84 |
| Hex | CD | C6 | E4 | A | D | 0 | B | FE | 24 | 54 |
| Octal | 315 | 306 | 344 | 12 | 15 | 0 | 13 | 376 | 44 | 124 |
| Binary | 11001101 | 11000110 | 11100100 | 1010 | 1101 | 0 | 1011 | 11111110 | 100100 | 1010100 |
Color Harmonies of #CDC6E4
Complementary color
Monochromatic Colors of #CDC6E4
Black with #CDC6E4
Text Example
Text Example
White with #CDC6E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC6E4; }
p { color: rgb(205,198,228); }
H1.HeaderClassName
{
color: #CDC6E4;
}
.AnyTagClassName
{
color: #CDC6E4;
}
</style>
background-color css
<style>
a { background-color: #CDC6E4; }
a { background-color: rgb(205,198,228); }
div.DivClassName
{
background-color: #CDC6E4;
}
.BgClassName
{
background-color: #CDC6E4;
}
</style>
border-color css
<style>
span { border-color: #CDC6E4; }
span { border-color: rgb(205,198,228); }
td.TdClassName
{
border-color: #CDC6E4;
}
.TagClassName
{
border-color: #CDC6E4;
}
</style>