Shades of Melrose #CDC8DF
Tints of Melrose #CDC8DF
RGB
CMYK
RGB Variations
Color information
#CDC8DF (or 0xCDC8DF) is known color: Melrose. HEX triplet: CD, C8 and DF. RGB value is (205,200,223). Sum of RGB (Red+Green+Blue) = 205+200+223=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 223 (87.5% from 255 or 35.51% from 628); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDC8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8DF is #323720. Grayscale: #CCCCCC. Windows color (decimal): -3290913 or 14665933. OLE color: 14665933.
HSL color Cylindrical-coordinate representation of color #CDC8DF: hue angle of 253.04º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDC8DF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 200 | 223 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.13 |
| HSL | 253.04º | 0.26% | 0.83% | - |
| HSV(B) | 253.04º | 0.1% | 0.87% | - |
| XYZ | 59.15 | 59.62 | 78.2 | - |
| YUV | 204.12 | 138.66 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 223 | 0.08 | 0.10 | 0 | 0.13 | 253.04 | 0.26 | 0.83 |
| Hex | CD | C8 | DF | 8 | A | 0 | D | FD | 1A | 53 |
| Octal | 315 | 310 | 337 | 10 | 12 | 0 | 15 | 375 | 32 | 123 |
| Binary | 11001101 | 11001000 | 11011111 | 1000 | 1010 | 0 | 1101 | 11111101 | 11010 | 1010011 |
Color Harmonies of #CDC8DF
Complementary color
Monochromatic Colors of #CDC8DF
Black with #CDC8DF
Text Example
Text Example
White with #CDC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8DF; }
p { color: rgb(205,200,223); }
H1.HeaderClassName
{
color: #CDC8DF;
}
.AnyTagClassName
{
color: #CDC8DF;
}
</style>
background-color css
<style>
a { background-color: #CDC8DF; }
a { background-color: rgb(205,200,223); }
div.DivClassName
{
background-color: #CDC8DF;
}
.BgClassName
{
background-color: #CDC8DF;
}
</style>
border-color css
<style>
span { border-color: #CDC8DF; }
span { border-color: rgb(205,200,223); }
td.TdClassName
{
border-color: #CDC8DF;
}
.TagClassName
{
border-color: #CDC8DF;
}
</style>