Shades of Melrose #CECADA
Tints of Melrose #CECADA
RGB
CMYK
RGB Variations
Color information
#CECADA (or 0xCECADA) is known color: Melrose. HEX triplet: CE, CA and DA. RGB value is (206,202,218). Sum of RGB (Red+Green+Blue) = 206+202+218=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 202 (79.30% from 255 or 32.27% from 626); Blue value is 218 (85.55% from 255 or 34.82% from 626); Max value from RGB is 218 - color contains mainly: blue. Hex color #CECADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECADA is #313525. Grayscale: #CCCCCC. Windows color (decimal): -3224870 or 14338766. OLE color: 14338766.
HSL color Cylindrical-coordinate representation of color #CECADA: hue angle of 255º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CECADA is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 202 | 218 | - |
CMYK | 0.06 | 0.07 | 0 | 0.15 |
HSL | 255º | 0.18% | 0.82% | - |
HSV(B) | 255º | 0.07% | 0.85% | - |
XYZ | 59.23 | 60.42 | 74.87 | - |
YUV | 205.02 | 135.33 | 128.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 218 | 0.06 | 0.07 | 0 | 0.15 | 255 | 0.18 | 0.82 |
Hex | CE | CA | DA | 6 | 7 | 0 | F | FF | 12 | 52 |
Octal | 316 | 312 | 332 | 6 | 7 | 0 | 17 | 377 | 22 | 122 |
Binary | 11001110 | 11001010 | 11011010 | 110 | 111 | 0 | 1111 | 11111111 | 10010 | 1010010 |
Color Harmonies of #CECADA
Complementary color
Monochromatic Colors of #CECADA
Black with #CECADA
Text Example
Text Example
White with #CECADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECADA; }
p { color: rgb(206,202,218); }
H1.HeaderClassName
{
color: #CECADA;
}
.AnyTagClassName
{
color: #CECADA;
}
</style>
background-color css
<style>
a { background-color: #CECADA; }
a { background-color: rgb(206,202,218); }
div.DivClassName
{
background-color: #CECADA;
}
.BgClassName
{
background-color: #CECADA;
}
</style>
border-color css
<style>
span { border-color: #CECADA; }
span { border-color: rgb(206,202,218); }
td.TdClassName
{
border-color: #CECADA;
}
.TagClassName
{
border-color: #CECADA;
}
</style>