Shades of Melrose #CECCD7
Tints of Melrose #CECCD7
RGB
CMYK
RGB Variations
Color information
#CECCD7 (or 0xCECCD7) is known color: Melrose. HEX triplet: CE, CC and D7. RGB value is (206,204,215). Sum of RGB (Red+Green+Blue) = 206+204+215=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 215 - color contains mainly: blue. Hex color #CECCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCD7 is #313328. Grayscale: #CDCDCD. Windows color (decimal): -3224361 or 14142670. OLE color: 14142670.
HSL color Cylindrical-coordinate representation of color #CECCD7: hue angle of 250.91º degrees, saturation: 0.12, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CECCD7 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 204 | 215 | - |
| CMYK | 0.04 | 0.05 | 0 | 0.16 |
| HSL | 250.91º | 0.12% | 0.82% | - |
| HSV(B) | 250.91º | 0.05% | 0.84% | - |
| XYZ | 59.31 | 61.21 | 72.98 | - |
| YUV | 205.85 | 133.16 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 215 | 0.04 | 0.05 | 0 | 0.16 | 250.91 | 0.12 | 0.82 |
| Hex | CE | CC | D7 | 4 | 5 | 0 | 10 | FB | C | 52 |
| Octal | 316 | 314 | 327 | 4 | 5 | 0 | 20 | 373 | 14 | 122 |
| Binary | 11001110 | 11001100 | 11010111 | 100 | 101 | 0 | 10000 | 11111011 | 1100 | 1010010 |
Color Harmonies of #CECCD7
Complementary color
Monochromatic Colors of #CECCD7
Black with #CECCD7
Text Example
Text Example
White with #CECCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCD7; }
p { color: rgb(206,204,215); }
H1.HeaderClassName
{
color: #CECCD7;
}
.AnyTagClassName
{
color: #CECCD7;
}
</style>
background-color css
<style>
a { background-color: #CECCD7; }
a { background-color: rgb(206,204,215); }
div.DivClassName
{
background-color: #CECCD7;
}
.BgClassName
{
background-color: #CECCD7;
}
</style>
border-color css
<style>
span { border-color: #CECCD7; }
span { border-color: rgb(206,204,215); }
td.TdClassName
{
border-color: #CECCD7;
}
.TagClassName
{
border-color: #CECCD7;
}
</style>