Shades of Mabel #CCE2E4
Tints of Mabel #CCE2E4
RGB
CMYK
RGB Variations
Color information
#CCE2E4 (or 0xCCE2E4) is known color: Mabel. HEX triplet: CC, E2 and E4. RGB value is (204,226,228). Sum of RGB (Red+Green+Blue) = 204+226+228=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 226 (88.67% from 255 or 34.35% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 228 - color contains mainly: blue. Hex color #CCE2E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2E4 is #331D1B. Grayscale: #DBDBDB. Windows color (decimal): -3349788 or 15000268. OLE color: 15000268.
HSL color Cylindrical-coordinate representation of color #CCE2E4: hue angle of 185º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE2E4 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 226 | 228 | - |
CMYK | 0.11 | 0.01 | 0 | 0.11 |
HSL | 185º | 0.31% | 0.85% | - |
HSV(B) | 185º | 0.11% | 0.89% | - |
XYZ | 66.1 | 72.83 | 83.97 | - |
YUV | 219.65 | 132.71 | 116.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 226 | 228 | 0.11 | 0.01 | 0 | 0.11 | 185 | 0.31 | 0.85 |
Hex | CC | E2 | E4 | B | 1 | 0 | B | B9 | 1F | 55 |
Octal | 314 | 342 | 344 | 13 | 1 | 0 | 13 | 271 | 37 | 125 |
Binary | 11001100 | 11100010 | 11100100 | 1011 | 1 | 0 | 1011 | 10111001 | 11111 | 1010101 |
Color Harmonies of #CCE2E4
Complementary color
Monochromatic Colors of #CCE2E4
Black with #CCE2E4
Text Example
Text Example
White with #CCE2E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2E4; }
p { color: rgb(204,226,228); }
H1.HeaderClassName
{
color: #CCE2E4;
}
.AnyTagClassName
{
color: #CCE2E4;
}
</style>
background-color css
<style>
a { background-color: #CCE2E4; }
a { background-color: rgb(204,226,228); }
div.DivClassName
{
background-color: #CCE2E4;
}
.BgClassName
{
background-color: #CCE2E4;
}
</style>
border-color css
<style>
span { border-color: #CCE2E4; }
span { border-color: rgb(204,226,228); }
td.TdClassName
{
border-color: #CCE2E4;
}
.TagClassName
{
border-color: #CCE2E4;
}
</style>