Shades of Melrose #CFCCD8
Tints of Melrose #CFCCD8
RGB
CMYK
RGB Variations
Color information
#CFCCD8 (or 0xCFCCD8) is known color: Melrose. HEX triplet: CF, CC and D8. RGB value is (207,204,216). Sum of RGB (Red+Green+Blue) = 207+204+216=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 216 - color contains mainly: blue. Hex color #CFCCD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCD8 is #303327. Grayscale: #CECECE. Windows color (decimal): -3158824 or 14208207. OLE color: 14208207.
HSL color Cylindrical-coordinate representation of color #CFCCD8: hue angle of 255º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CFCCD8 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 204 | 216 | - |
| CMYK | 0.04 | 0.06 | 0 | 0.15 |
| HSL | 255º | 0.13% | 0.82% | - |
| HSV(B) | 255º | 0.06% | 0.85% | - |
| XYZ | 59.72 | 61.41 | 73.67 | - |
| YUV | 206.27 | 133.49 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 216 | 0.04 | 0.06 | 0 | 0.15 | 255 | 0.13 | 0.82 |
| Hex | CF | CC | D8 | 4 | 6 | 0 | F | FF | D | 52 |
| Octal | 317 | 314 | 330 | 4 | 6 | 0 | 17 | 377 | 15 | 122 |
| Binary | 11001111 | 11001100 | 11011000 | 100 | 110 | 0 | 1111 | 11111111 | 1101 | 1010010 |
Color Harmonies of #CFCCD8
Complementary color
Monochromatic Colors of #CFCCD8
Black with #CFCCD8
Text Example
Text Example
White with #CFCCD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCD8; }
p { color: rgb(207,204,216); }
H1.HeaderClassName
{
color: #CFCCD8;
}
.AnyTagClassName
{
color: #CFCCD8;
}
</style>
background-color css
<style>
a { background-color: #CFCCD8; }
a { background-color: rgb(207,204,216); }
div.DivClassName
{
background-color: #CFCCD8;
}
.BgClassName
{
background-color: #CFCCD8;
}
</style>
border-color css
<style>
span { border-color: #CFCCD8; }
span { border-color: rgb(207,204,216); }
td.TdClassName
{
border-color: #CFCCD8;
}
.TagClassName
{
border-color: #CFCCD8;
}
</style>