Shades of Melrose #CECAE4
Tints of Melrose #CECAE4
RGB
CMYK
RGB Variations
Color information
#CECAE4 (or 0xCECAE4) is known color: Melrose. HEX triplet: CE, CA and E4. RGB value is (206,202,228). Sum of RGB (Red+Green+Blue) = 206+202+228=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 228 (89.45% from 255 or 35.85% from 636); Max value from RGB is 228 - color contains mainly: blue. Hex color #CECAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAE4 is #31351B. Grayscale: #CECECE. Windows color (decimal): -3224860 or 14994126. OLE color: 14994126.
HSL color Cylindrical-coordinate representation of color #CECAE4: hue angle of 249.23º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CECAE4 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 202 | 228 | - |
CMYK | 0.10 | 0.11 | 0 | 0.11 |
HSL | 249.23º | 0.33% | 0.84% | - |
HSV(B) | 249.23º | 0.11% | 0.89% | - |
XYZ | 60.58 | 60.96 | 81.97 | - |
YUV | 206.16 | 140.33 | 127.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 228 | 0.10 | 0.11 | 0 | 0.11 | 249.23 | 0.33 | 0.84 |
Hex | CE | CA | E4 | A | B | 0 | B | F9 | 20 | 54 |
Octal | 316 | 312 | 344 | 12 | 13 | 0 | 13 | 371 | 40 | 124 |
Binary | 11001110 | 11001010 | 11100100 | 1010 | 1011 | 0 | 1011 | 11111001 | 100000 | 1010100 |
Color Harmonies of #CECAE4
Complementary color
Monochromatic Colors of #CECAE4
Black with #CECAE4
Text Example
Text Example
White with #CECAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAE4; }
p { color: rgb(206,202,228); }
H1.HeaderClassName
{
color: #CECAE4;
}
.AnyTagClassName
{
color: #CECAE4;
}
</style>
background-color css
<style>
a { background-color: #CECAE4; }
a { background-color: rgb(206,202,228); }
div.DivClassName
{
background-color: #CECAE4;
}
.BgClassName
{
background-color: #CECAE4;
}
</style>
border-color css
<style>
span { border-color: #CECAE4; }
span { border-color: rgb(206,202,228); }
td.TdClassName
{
border-color: #CECAE4;
}
.TagClassName
{
border-color: #CECAE4;
}
</style>