Shades of Melrose #CECCD3
Tints of Melrose #CECCD3
RGB
CMYK
RGB Variations
Color information
#CECCD3 (or 0xCECCD3) is known color: Melrose. HEX triplet: CE, CC and D3. RGB value is (206,204,211). Sum of RGB (Red+Green+Blue) = 206+204+211=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 211 - color contains mainly: blue. Hex color #CECCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECCD3 is #31332C. Grayscale: #CDCDCD. Windows color (decimal): -3224365 or 13880526. OLE color: 13880526.
HSL color Cylindrical-coordinate representation of color #CECCD3: hue angle of 257.14º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CECCD3 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 204 | 211 | - |
CMYK | 0.02 | 0.03 | 0 | 0.17 |
HSL | 257.14º | 0.07% | 0.81% | - |
HSV(B) | 257.14º | 0.03% | 0.83% | - |
XYZ | 58.8 | 61.01 | 70.3 | - |
YUV | 205.4 | 131.16 | 128.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 204 | 211 | 0.02 | 0.03 | 0 | 0.17 | 257.14 | 0.07 | 0.81 |
Hex | CE | CC | D3 | 2 | 3 | 0 | 11 | 101 | 7 | 51 |
Octal | 316 | 314 | 323 | 2 | 3 | 0 | 21 | 401 | 7 | 121 |
Binary | 11001110 | 11001100 | 11010011 | 10 | 11 | 0 | 10001 | 100000001 | 111 | 1010001 |
Color Harmonies of #CECCD3
Complementary color
Monochromatic Colors of #CECCD3
Black with #CECCD3
Text Example
Text Example
White with #CECCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECCD3; }
p { color: rgb(206,204,211); }
H1.HeaderClassName
{
color: #CECCD3;
}
.AnyTagClassName
{
color: #CECCD3;
}
</style>
background-color css
<style>
a { background-color: #CECCD3; }
a { background-color: rgb(206,204,211); }
div.DivClassName
{
background-color: #CECCD3;
}
.BgClassName
{
background-color: #CECCD3;
}
</style>
border-color css
<style>
span { border-color: #CECCD3; }
span { border-color: rgb(206,204,211); }
td.TdClassName
{
border-color: #CECCD3;
}
.TagClassName
{
border-color: #CECCD3;
}
</style>