Shades of Melrose #CFCCDE
Tints of Melrose #CFCCDE
RGB
CMYK
RGB Variations
Color information
#CFCCDE (or 0xCFCCDE) is known color: Melrose. HEX triplet: CF, CC and DE. RGB value is (207,204,222). Sum of RGB (Red+Green+Blue) = 207+204+222=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 204 (80.08% from 255 or 32.23% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: blue. Hex color #CFCCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCDE is #303321. Grayscale: #CECECE. Windows color (decimal): -3158818 or 14601423. OLE color: 14601423.
HSL color Cylindrical-coordinate representation of color #CFCCDE: hue angle of 250º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFCCDE is Cyan = 0.07, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 204 | 222 | - |
| CMYK | 0.07 | 0.08 | 0 | 0.13 |
| HSL | 250º | 0.21% | 0.84% | - |
| HSV(B) | 250º | 0.08% | 0.87% | - |
| XYZ | 60.51 | 61.73 | 77.83 | - |
| YUV | 206.95 | 136.49 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 222 | 0.07 | 0.08 | 0 | 0.13 | 250 | 0.21 | 0.84 |
| Hex | CF | CC | DE | 7 | 8 | 0 | D | FA | 15 | 54 |
| Octal | 317 | 314 | 336 | 7 | 10 | 0 | 15 | 372 | 25 | 124 |
| Binary | 11001111 | 11001100 | 11011110 | 111 | 1000 | 0 | 1101 | 11111010 | 10101 | 1010100 |
Color Harmonies of #CFCCDE
Complementary color
Monochromatic Colors of #CFCCDE
Black with #CFCCDE
Text Example
Text Example
White with #CFCCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCCDE; }
p { color: rgb(207,204,222); }
H1.HeaderClassName
{
color: #CFCCDE;
}
.AnyTagClassName
{
color: #CFCCDE;
}
</style>
background-color css
<style>
a { background-color: #CFCCDE; }
a { background-color: rgb(207,204,222); }
div.DivClassName
{
background-color: #CFCCDE;
}
.BgClassName
{
background-color: #CFCCDE;
}
</style>
border-color css
<style>
span { border-color: #CFCCDE; }
span { border-color: rgb(207,204,222); }
td.TdClassName
{
border-color: #CFCCDE;
}
.TagClassName
{
border-color: #CFCCDE;
}
</style>