Shades of Melrose #CDC9DF
Tints of Melrose #CDC9DF
RGB
CMYK
RGB Variations
Color information
#CDC9DF (or 0xCDC9DF) is known color: Melrose. HEX triplet: CD, C9 and DF. RGB value is (205,201,223). Sum of RGB (Red+Green+Blue) = 205+201+223=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 201 (78.91% from 255 or 31.96% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #CDC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC9DF is #323620. Grayscale: #CCCCCC. Windows color (decimal): -3290657 or 14666189. OLE color: 14666189.
HSL color Cylindrical-coordinate representation of color #CDC9DF: hue angle of 250.91º 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 #CDC9DF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 201 | 223 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.13 |
| HSL | 250.91º | 0.26% | 0.83% | - |
| HSV(B) | 250.91º | 0.1% | 0.87% | - |
| XYZ | 59.38 | 60.08 | 78.28 | - |
| YUV | 204.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 223 | 0.08 | 0.10 | 0 | 0.13 | 250.91 | 0.26 | 0.83 |
| Hex | CD | C9 | DF | 8 | A | 0 | D | FB | 1A | 53 |
| Octal | 315 | 311 | 337 | 10 | 12 | 0 | 15 | 373 | 32 | 123 |
| Binary | 11001101 | 11001001 | 11011111 | 1000 | 1010 | 0 | 1101 | 11111011 | 11010 | 1010011 |
Color Harmonies of #CDC9DF
Complementary color
Monochromatic Colors of #CDC9DF
Black with #CDC9DF
Text Example
Text Example
White with #CDC9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC9DF; }
p { color: rgb(205,201,223); }
H1.HeaderClassName
{
color: #CDC9DF;
}
.AnyTagClassName
{
color: #CDC9DF;
}
</style>
background-color css
<style>
a { background-color: #CDC9DF; }
a { background-color: rgb(205,201,223); }
div.DivClassName
{
background-color: #CDC9DF;
}
.BgClassName
{
background-color: #CDC9DF;
}
</style>
border-color css
<style>
span { border-color: #CDC9DF; }
span { border-color: rgb(205,201,223); }
td.TdClassName
{
border-color: #CDC9DF;
}
.TagClassName
{
border-color: #CDC9DF;
}
</style>