Shades of Melrose #CECAE1
Tints of Melrose #CECAE1
RGB
CMYK
RGB Variations
Color information
#CECAE1 (or 0xCECAE1) is known color: Melrose. HEX triplet: CE, CA and E1. RGB value is (206,202,225). Sum of RGB (Red+Green+Blue) = 206+202+225=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 202 (79.30% from 255 or 31.91% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #CECAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAE1 is #31351E. Grayscale: #CDCDCD. Windows color (decimal): -3224863 or 14797518. OLE color: 14797518.
HSL color Cylindrical-coordinate representation of color #CECAE1: hue angle of 250.43º degrees, saturation: 0.28, 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 #CECAE1 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 202 | 225 | - |
| CMYK | 0.08 | 0.10 | 0 | 0.12 |
| HSL | 250.43º | 0.28% | 0.84% | - |
| HSV(B) | 250.43º | 0.1% | 0.88% | - |
| XYZ | 60.16 | 60.8 | 79.8 | - |
| YUV | 205.82 | 138.83 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 225 | 0.08 | 0.10 | 0 | 0.12 | 250.43 | 0.28 | 0.84 |
| Hex | CE | CA | E1 | 8 | A | 0 | C | FA | 1C | 54 |
| Octal | 316 | 312 | 341 | 10 | 12 | 0 | 14 | 372 | 34 | 124 |
| Binary | 11001110 | 11001010 | 11100001 | 1000 | 1010 | 0 | 1100 | 11111010 | 11100 | 1010100 |
Color Harmonies of #CECAE1
Complementary color
Monochromatic Colors of #CECAE1
Black with #CECAE1
Text Example
Text Example
White with #CECAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAE1; }
p { color: rgb(206,202,225); }
H1.HeaderClassName
{
color: #CECAE1;
}
.AnyTagClassName
{
color: #CECAE1;
}
</style>
background-color css
<style>
a { background-color: #CECAE1; }
a { background-color: rgb(206,202,225); }
div.DivClassName
{
background-color: #CECAE1;
}
.BgClassName
{
background-color: #CECAE1;
}
</style>
border-color css
<style>
span { border-color: #CECAE1; }
span { border-color: rgb(206,202,225); }
td.TdClassName
{
border-color: #CECAE1;
}
.TagClassName
{
border-color: #CECAE1;
}
</style>