Shades of Melrose #CDC9DE
Tints of Melrose #CDC9DE
RGB
CMYK
RGB Variations
Color information
#CDC9DE (or 0xCDC9DE) is known color: Melrose. HEX triplet: CD, C9 and DE. RGB value is (205,201,222). Sum of RGB (Red+Green+Blue) = 205+201+222=628 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.64% from 628); Green value is 201 (78.91% from 255 or 32.01% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDC9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9DE is #323621. Grayscale: #CCCCCC. Windows color (decimal): -3290658 or 14600653. OLE color: 14600653.
HSL color Cylindrical-coordinate representation of color #CDC9DE: hue angle of 251.43º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDC9DE is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 201 | 222 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.13 |
| HSL | 251.43º | 0.24% | 0.83% | - |
| HSV(B) | 251.43º | 0.09% | 0.87% | - |
| XYZ | 59.25 | 60.03 | 77.57 | - |
| YUV | 204.59 | 137.83 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 222 | 0.08 | 0.09 | 0 | 0.13 | 251.43 | 0.24 | 0.83 |
| Hex | CD | C9 | DE | 8 | 9 | 0 | D | FB | 18 | 53 |
| Octal | 315 | 311 | 336 | 10 | 11 | 0 | 15 | 373 | 30 | 123 |
| Binary | 11001101 | 11001001 | 11011110 | 1000 | 1001 | 0 | 1101 | 11111011 | 11000 | 1010011 |
Color Harmonies of #CDC9DE
Complementary color
Monochromatic Colors of #CDC9DE
Black with #CDC9DE
Text Example
Text Example
White with #CDC9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9DE; }
p { color: rgb(205,201,222); }
H1.HeaderClassName
{
color: #CDC9DE;
}
.AnyTagClassName
{
color: #CDC9DE;
}
</style>
background-color css
<style>
a { background-color: #CDC9DE; }
a { background-color: rgb(205,201,222); }
div.DivClassName
{
background-color: #CDC9DE;
}
.BgClassName
{
background-color: #CDC9DE;
}
</style>
border-color css
<style>
span { border-color: #CDC9DE; }
span { border-color: rgb(205,201,222); }
td.TdClassName
{
border-color: #CDC9DE;
}
.TagClassName
{
border-color: #CDC9DE;
}
</style>