Shades of Melrose #CDC8E6
Tints of Melrose #CDC8E6
RGB
CMYK
RGB Variations
Color information
#CDC8E6 (or 0xCDC8E6) is known color: Melrose. HEX triplet: CD, C8 and E6. RGB value is (205,200,230). Sum of RGB (Red+Green+Blue) = 205+200+230=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 200 (78.52% from 255 or 31.50% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #CDC8E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC8E6 is #323719. Grayscale: #CCCCCC. Windows color (decimal): -3290906 or 15124685. OLE color: 15124685.
HSL color Cylindrical-coordinate representation of color #CDC8E6: hue angle of 250º degrees, saturation: 0.38, 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 #CDC8E6 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 200 | 230 | - |
| CMYK | 0.11 | 0.13 | 0 | 0.10 |
| HSL | 250º | 0.38% | 0.84% | - |
| HSV(B) | 250º | 0.13% | 0.9% | - |
| XYZ | 60.11 | 60 | 83.28 | - |
| YUV | 204.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 230 | 0.11 | 0.13 | 0 | 0.10 | 250 | 0.38 | 0.84 |
| Hex | CD | C8 | E6 | B | D | 0 | A | FA | 26 | 54 |
| Octal | 315 | 310 | 346 | 13 | 15 | 0 | 12 | 372 | 46 | 124 |
| Binary | 11001101 | 11001000 | 11100110 | 1011 | 1101 | 0 | 1010 | 11111010 | 100110 | 1010100 |
Color Harmonies of #CDC8E6
Complementary color
Monochromatic Colors of #CDC8E6
Black with #CDC8E6
Text Example
Text Example
White with #CDC8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8E6; }
p { color: rgb(205,200,230); }
H1.HeaderClassName
{
color: #CDC8E6;
}
.AnyTagClassName
{
color: #CDC8E6;
}
</style>
background-color css
<style>
a { background-color: #CDC8E6; }
a { background-color: rgb(205,200,230); }
div.DivClassName
{
background-color: #CDC8E6;
}
.BgClassName
{
background-color: #CDC8E6;
}
</style>
border-color css
<style>
span { border-color: #CDC8E6; }
span { border-color: rgb(205,200,230); }
td.TdClassName
{
border-color: #CDC8E6;
}
.TagClassName
{
border-color: #CDC8E6;
}
</style>