Shades of Melrose #CECAE5
Tints of Melrose #CECAE5
RGB
CMYK
RGB Variations
Color information
#CECAE5 (or 0xCECAE5) is known color: Melrose. HEX triplet: CE, CA and E5. RGB value is (206,202,229). Sum of RGB (Red+Green+Blue) = 206+202+229=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #CECAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAE5 is #31351A. Grayscale: #CECECE. Windows color (decimal): -3224859 or 15059662. OLE color: 15059662.
HSL color Cylindrical-coordinate representation of color #CECAE5: hue angle of 248.89º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CECAE5 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 206 | 202 | 229 | - |
CMYK | 0.10 | 0.12 | 0 | 0.10 |
HSL | 248.89º | 0.34% | 0.85% | - |
HSV(B) | 248.89º | 0.12% | 0.9% | - |
XYZ | 60.72 | 61.02 | 82.71 | - |
YUV | 206.27 | 140.83 | 127.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 229 | 0.10 | 0.12 | 0 | 0.10 | 248.89 | 0.34 | 0.85 |
Hex | CE | CA | E5 | A | C | 0 | A | F9 | 22 | 55 |
Octal | 316 | 312 | 345 | 12 | 14 | 0 | 12 | 371 | 42 | 125 |
Binary | 11001110 | 11001010 | 11100101 | 1010 | 1100 | 0 | 1010 | 11111001 | 100010 | 1010101 |
Color Harmonies of #CECAE5
Complementary color
Monochromatic Colors of #CECAE5
Black with #CECAE5
Text Example
Text Example
White with #CECAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAE5; }
p { color: rgb(206,202,229); }
H1.HeaderClassName
{
color: #CECAE5;
}
.AnyTagClassName
{
color: #CECAE5;
}
</style>
background-color css
<style>
a { background-color: #CECAE5; }
a { background-color: rgb(206,202,229); }
div.DivClassName
{
background-color: #CECAE5;
}
.BgClassName
{
background-color: #CECAE5;
}
</style>
border-color css
<style>
span { border-color: #CECAE5; }
span { border-color: rgb(206,202,229); }
td.TdClassName
{
border-color: #CECAE5;
}
.TagClassName
{
border-color: #CECAE5;
}
</style>