Shades of Melrose #CECADF
Tints of Melrose #CECADF
RGB
CMYK
RGB Variations
Color information
#CECADF (or 0xCECADF) is known color: Melrose. HEX triplet: CE, CA and DF. RGB value is (206,202,223). Sum of RGB (Red+Green+Blue) = 206+202+223=631 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.65% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 223 (87.5% from 255 or 35.34% from 631); Max value from RGB is 223 - color contains mainly: blue. Hex color #CECADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECADF is #313520. Grayscale: #CDCDCD. Windows color (decimal): -3224865 or 14666446. OLE color: 14666446.
HSL color Cylindrical-coordinate representation of color #CECADF: hue angle of 251.43º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CECADF is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 206 | 202 | 223 | - |
CMYK | 0.08 | 0.09 | 0 | 0.13 |
HSL | 251.43º | 0.25% | 0.83% | - |
HSV(B) | 251.43º | 0.09% | 0.87% | - |
XYZ | 59.89 | 60.69 | 78.37 | - |
YUV | 205.59 | 137.83 | 128.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 223 | 0.08 | 0.09 | 0 | 0.13 | 251.43 | 0.25 | 0.83 |
Hex | CE | CA | DF | 8 | 9 | 0 | D | FB | 19 | 53 |
Octal | 316 | 312 | 337 | 10 | 11 | 0 | 15 | 373 | 31 | 123 |
Binary | 11001110 | 11001010 | 11011111 | 1000 | 1001 | 0 | 1101 | 11111011 | 11001 | 1010011 |
Color Harmonies of #CECADF
Complementary color
Monochromatic Colors of #CECADF
Black with #CECADF
Text Example
Text Example
White with #CECADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECADF; }
p { color: rgb(206,202,223); }
H1.HeaderClassName
{
color: #CECADF;
}
.AnyTagClassName
{
color: #CECADF;
}
</style>
background-color css
<style>
a { background-color: #CECADF; }
a { background-color: rgb(206,202,223); }
div.DivClassName
{
background-color: #CECADF;
}
.BgClassName
{
background-color: #CECADF;
}
</style>
border-color css
<style>
span { border-color: #CECADF; }
span { border-color: rgb(206,202,223); }
td.TdClassName
{
border-color: #CECADF;
}
.TagClassName
{
border-color: #CECADF;
}
</style>