Shades of Melrose #CECAD8
Tints of Melrose #CECAD8
RGB
CMYK
RGB Variations
Color information
#CECAD8 (or 0xCECAD8) is known color: Melrose. HEX triplet: CE, CA and D8. RGB value is (206,202,216). Sum of RGB (Red+Green+Blue) = 206+202+216=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 216 (84.77% from 255 or 34.62% from 624); Max value from RGB is 216 - color contains mainly: blue. Hex color #CECAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAD8 is #313527. Grayscale: #CCCCCC. Windows color (decimal): -3224872 or 14207694. OLE color: 14207694.
HSL color Cylindrical-coordinate representation of color #CECAD8: hue angle of 257.14º degrees, saturation: 0.15, 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 #CECAD8 is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 202 | 216 | - |
CMYK | 0.05 | 0.06 | 0 | 0.15 |
HSL | 257.14º | 0.15% | 0.82% | - |
HSV(B) | 257.14º | 0.06% | 0.85% | - |
XYZ | 58.97 | 60.32 | 73.5 | - |
YUV | 204.79 | 134.33 | 128.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 216 | 0.05 | 0.06 | 0 | 0.15 | 257.14 | 0.15 | 0.82 |
Hex | CE | CA | D8 | 5 | 6 | 0 | F | 101 | F | 52 |
Octal | 316 | 312 | 330 | 5 | 6 | 0 | 17 | 401 | 17 | 122 |
Binary | 11001110 | 11001010 | 11011000 | 101 | 110 | 0 | 1111 | 100000001 | 1111 | 1010010 |
Color Harmonies of #CECAD8
Complementary color
Monochromatic Colors of #CECAD8
Black with #CECAD8
Text Example
Text Example
White with #CECAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAD8; }
p { color: rgb(206,202,216); }
H1.HeaderClassName
{
color: #CECAD8;
}
.AnyTagClassName
{
color: #CECAD8;
}
</style>
background-color css
<style>
a { background-color: #CECAD8; }
a { background-color: rgb(206,202,216); }
div.DivClassName
{
background-color: #CECAD8;
}
.BgClassName
{
background-color: #CECAD8;
}
</style>
border-color css
<style>
span { border-color: #CECAD8; }
span { border-color: rgb(206,202,216); }
td.TdClassName
{
border-color: #CECAD8;
}
.TagClassName
{
border-color: #CECAD8;
}
</style>