Shades of Melrose #CECAE2
Tints of Melrose #CECAE2
RGB
CMYK
RGB Variations
Color information
#CECAE2 (or 0xCECAE2) is known color: Melrose. HEX triplet: CE, CA and E2. RGB value is (206,202,226). Sum of RGB (Red+Green+Blue) = 206+202+226=634 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.49% from 634); Green value is 202 (79.30% from 255 or 31.86% from 634); Blue value is 226 (88.67% from 255 or 35.65% from 634); Max value from RGB is 226 - color contains mainly: blue. Hex color #CECAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECAE2 is #31351D. Grayscale: #CDCDCD. Windows color (decimal): -3224862 or 14863054. OLE color: 14863054.
HSL color Cylindrical-coordinate representation of color #CECAE2: hue angle of 250º degrees, saturation: 0.29, 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 #CECAE2 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 206 | 202 | 226 | - |
CMYK | 0.09 | 0.11 | 0 | 0.11 |
HSL | 250º | 0.29% | 0.84% | - |
HSV(B) | 250º | 0.11% | 0.89% | - |
XYZ | 60.3 | 60.85 | 80.52 | - |
YUV | 205.93 | 139.33 | 128.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 202 | 226 | 0.09 | 0.11 | 0 | 0.11 | 250 | 0.29 | 0.84 |
Hex | CE | CA | E2 | 9 | B | 0 | B | FA | 1D | 54 |
Octal | 316 | 312 | 342 | 11 | 13 | 0 | 13 | 372 | 35 | 124 |
Binary | 11001110 | 11001010 | 11100010 | 1001 | 1011 | 0 | 1011 | 11111010 | 11101 | 1010100 |
Color Harmonies of #CECAE2
Complementary color
Monochromatic Colors of #CECAE2
Black with #CECAE2
Text Example
Text Example
White with #CECAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECAE2; }
p { color: rgb(206,202,226); }
H1.HeaderClassName
{
color: #CECAE2;
}
.AnyTagClassName
{
color: #CECAE2;
}
</style>
background-color css
<style>
a { background-color: #CECAE2; }
a { background-color: rgb(206,202,226); }
div.DivClassName
{
background-color: #CECAE2;
}
.BgClassName
{
background-color: #CECAE2;
}
</style>
border-color css
<style>
span { border-color: #CECAE2; }
span { border-color: rgb(206,202,226); }
td.TdClassName
{
border-color: #CECAE2;
}
.TagClassName
{
border-color: #CECAE2;
}
</style>