Shades of Melrose #CECAE0
Tints of Melrose #CECAE0
RGB
CMYK
RGB Variations
Color information
#CECAE0 (or 0xCECAE0) is known color: Melrose. HEX triplet: CE, CA and E0. RGB value is (206,202,224). Sum of RGB (Red+Green+Blue) = 206+202+224=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 202 (79.30% from 255 or 31.96% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #CECAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAE0 is #31351F. Grayscale: #CDCDCD. Windows color (decimal): -3224864 or 14731982. OLE color: 14731982.
HSL color Cylindrical-coordinate representation of color #CECAE0: hue angle of 250.91º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CECAE0 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 202 | 224 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.12 |
| HSL | 250.91º | 0.26% | 0.84% | - |
| HSV(B) | 250.91º | 0.1% | 0.88% | - |
| XYZ | 60.03 | 60.74 | 79.08 | - |
| YUV | 205.7 | 138.33 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 224 | 0.08 | 0.10 | 0 | 0.12 | 250.91 | 0.26 | 0.84 |
| Hex | CE | CA | E0 | 8 | A | 0 | C | FB | 1A | 54 |
| Octal | 316 | 312 | 340 | 10 | 12 | 0 | 14 | 373 | 32 | 124 |
| Binary | 11001110 | 11001010 | 11100000 | 1000 | 1010 | 0 | 1100 | 11111011 | 11010 | 1010100 |
Color Harmonies of #CECAE0
Complementary color
Monochromatic Colors of #CECAE0
Black with #CECAE0
Text Example
Text Example
White with #CECAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAE0; }
p { color: rgb(206,202,224); }
H1.HeaderClassName
{
color: #CECAE0;
}
.AnyTagClassName
{
color: #CECAE0;
}
</style>
background-color css
<style>
a { background-color: #CECAE0; }
a { background-color: rgb(206,202,224); }
div.DivClassName
{
background-color: #CECAE0;
}
.BgClassName
{
background-color: #CECAE0;
}
</style>
border-color css
<style>
span { border-color: #CECAE0; }
span { border-color: rgb(206,202,224); }
td.TdClassName
{
border-color: #CECAE0;
}
.TagClassName
{
border-color: #CECAE0;
}
</style>