Shades of Melrose #CECAE6
Tints of Melrose #CECAE6
RGB
CMYK
RGB Variations
Color information
#CECAE6 (or 0xCECAE6) is known color: Melrose. HEX triplet: CE, CA and E6. RGB value is (206,202,230). Sum of RGB (Red+Green+Blue) = 206+202+230=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #CECAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECAE6 is #313519. Grayscale: #CECECE. Windows color (decimal): -3224858 or 15125198. OLE color: 15125198.
HSL color Cylindrical-coordinate representation of color #CECAE6: hue angle of 248.57º degrees, saturation: 0.36, 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 #CECAE6 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 202 | 230 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.10 |
| HSL | 248.57º | 0.36% | 0.85% | - |
| HSV(B) | 248.57º | 0.12% | 0.9% | - |
| XYZ | 60.86 | 61.08 | 83.44 | - |
| YUV | 206.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 202 | 230 | 0.10 | 0.12 | 0 | 0.10 | 248.57 | 0.36 | 0.85 |
| Hex | CE | CA | E6 | A | C | 0 | A | F9 | 24 | 55 |
| Octal | 316 | 312 | 346 | 12 | 14 | 0 | 12 | 371 | 44 | 125 |
| Binary | 11001110 | 11001010 | 11100110 | 1010 | 1100 | 0 | 1010 | 11111001 | 100100 | 1010101 |
Color Harmonies of #CECAE6
Complementary color
Monochromatic Colors of #CECAE6
Black with #CECAE6
Text Example
Text Example
White with #CECAE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAE6; }
p { color: rgb(206,202,230); }
H1.HeaderClassName
{
color: #CECAE6;
}
.AnyTagClassName
{
color: #CECAE6;
}
</style>
background-color css
<style>
a { background-color: #CECAE6; }
a { background-color: rgb(206,202,230); }
div.DivClassName
{
background-color: #CECAE6;
}
.BgClassName
{
background-color: #CECAE6;
}
</style>
border-color css
<style>
span { border-color: #CECAE6; }
span { border-color: rgb(206,202,230); }
td.TdClassName
{
border-color: #CECAE6;
}
.TagClassName
{
border-color: #CECAE6;
}
</style>