Shades of Melrose #CDC8DE
Tints of Melrose #CDC8DE
RGB
CMYK
RGB Variations
Color information
#CDC8DE (or 0xCDC8DE) is known color: Melrose. HEX triplet: CD, C8 and DE. RGB value is (205,200,222). Sum of RGB (Red+Green+Blue) = 205+200+222=627 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.70% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDC8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC8DE is #323721. Grayscale: #CBCBCB. Windows color (decimal): -3290914 or 14600397. OLE color: 14600397.
HSL color Cylindrical-coordinate representation of color #CDC8DE: hue angle of 253.64º degrees, saturation: 0.25, 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 #CDC8DE is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 200 | 222 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.13 |
| HSL | 253.64º | 0.25% | 0.83% | - |
| HSV(B) | 253.64º | 0.1% | 0.87% | - |
| XYZ | 59.02 | 59.56 | 77.49 | - |
| YUV | 204 | 138.16 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 200 | 222 | 0.08 | 0.10 | 0 | 0.13 | 253.64 | 0.25 | 0.83 |
| Hex | CD | C8 | DE | 8 | A | 0 | D | FE | 19 | 53 |
| Octal | 315 | 310 | 336 | 10 | 12 | 0 | 15 | 376 | 31 | 123 |
| Binary | 11001101 | 11001000 | 11011110 | 1000 | 1010 | 0 | 1101 | 11111110 | 11001 | 1010011 |
Color Harmonies of #CDC8DE
Complementary color
Monochromatic Colors of #CDC8DE
Black with #CDC8DE
Text Example
Text Example
White with #CDC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC8DE; }
p { color: rgb(205,200,222); }
H1.HeaderClassName
{
color: #CDC8DE;
}
.AnyTagClassName
{
color: #CDC8DE;
}
</style>
background-color css
<style>
a { background-color: #CDC8DE; }
a { background-color: rgb(205,200,222); }
div.DivClassName
{
background-color: #CDC8DE;
}
.BgClassName
{
background-color: #CDC8DE;
}
</style>
border-color css
<style>
span { border-color: #CDC8DE; }
span { border-color: rgb(205,200,222); }
td.TdClassName
{
border-color: #CDC8DE;
}
.TagClassName
{
border-color: #CDC8DE;
}
</style>