Shades of Melrose #CECCD5
Tints of Melrose #CECCD5
RGB
CMYK
RGB Variations
Color information
#CECCD5 (or 0xCECCD5) is known color: Melrose. HEX triplet: CE, CC and D5. RGB value is (206,204,213). Sum of RGB (Red+Green+Blue) = 206+204+213=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 213 - color contains mainly: blue. Hex color #CECCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCD5 is #31332A. Grayscale: #CDCDCD. Windows color (decimal): -3224363 or 14011598. OLE color: 14011598.
HSL color Cylindrical-coordinate representation of color #CECCD5: hue angle of 253.33º degrees, saturation: 0.1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CECCD5 is Cyan = 0.03, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 204 | 213 | - |
CMYK | 0.03 | 0.04 | 0 | 0.16 |
HSL | 253.33º | 0.1% | 0.82% | - |
HSV(B) | 253.33º | 0.04% | 0.84% | - |
XYZ | 59.06 | 61.11 | 71.63 | - |
YUV | 205.62 | 132.16 | 128.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 213 | 0.03 | 0.04 | 0 | 0.16 | 253.33 | 0.1 | 0.82 |
Hex | CE | CC | D5 | 3 | 4 | 0 | 10 | FD | A | 52 |
Octal | 316 | 314 | 325 | 3 | 4 | 0 | 20 | 375 | 12 | 122 |
Binary | 11001110 | 11001100 | 11010101 | 11 | 100 | 0 | 10000 | 11111101 | 1010 | 1010010 |
Color Harmonies of #CECCD5
Complementary color
Monochromatic Colors of #CECCD5
Black with #CECCD5
Text Example
Text Example
White with #CECCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCD5; }
p { color: rgb(206,204,213); }
H1.HeaderClassName
{
color: #CECCD5;
}
.AnyTagClassName
{
color: #CECCD5;
}
</style>
background-color css
<style>
a { background-color: #CECCD5; }
a { background-color: rgb(206,204,213); }
div.DivClassName
{
background-color: #CECCD5;
}
.BgClassName
{
background-color: #CECCD5;
}
</style>
border-color css
<style>
span { border-color: #CECCD5; }
span { border-color: rgb(206,204,213); }
td.TdClassName
{
border-color: #CECCD5;
}
.TagClassName
{
border-color: #CECCD5;
}
</style>