Shades of Mabel #CCEAED
Tints of Mabel #CCEAED
RGB
CMYK
RGB Variations
Color information
#CCEAED (or 0xCCEAED) is known color: Mabel. HEX triplet: CC, EA and ED. RGB value is (204,234,237). Sum of RGB (Red+Green+Blue) = 204+234+237=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 234 (91.80% from 255 or 34.67% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCEAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAED is #331512. Grayscale: #E1E1E1. Windows color (decimal): -3347731 or 15592140. OLE color: 15592140.
HSL color Cylindrical-coordinate representation of color #CCEAED: hue angle of 185.45º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEAED is Cyan = 0.14, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 234 | 237 | - |
CMYK | 0.14 | 0.01 | 0 | 0.07 |
HSL | 185.45º | 0.48% | 0.86% | - |
HSV(B) | 185.45º | 0.14% | 0.93% | - |
XYZ | 69.61 | 77.8 | 91.47 | - |
YUV | 225.37 | 134.56 | 112.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 234 | 237 | 0.14 | 0.01 | 0 | 0.07 | 185.45 | 0.48 | 0.86 |
Hex | CC | EA | ED | E | 1 | 0 | 7 | B9 | 30 | 56 |
Octal | 314 | 352 | 355 | 16 | 1 | 0 | 7 | 271 | 60 | 126 |
Binary | 11001100 | 11101010 | 11101101 | 1110 | 1 | 0 | 111 | 10111001 | 110000 | 1010110 |
Color Harmonies of #CCEAED
Complementary color
Monochromatic Colors of #CCEAED
Black with #CCEAED
Text Example
Text Example
White with #CCEAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAED; }
p { color: rgb(204,234,237); }
H1.HeaderClassName
{
color: #CCEAED;
}
.AnyTagClassName
{
color: #CCEAED;
}
</style>
background-color css
<style>
a { background-color: #CCEAED; }
a { background-color: rgb(204,234,237); }
div.DivClassName
{
background-color: #CCEAED;
}
.BgClassName
{
background-color: #CCEAED;
}
</style>
border-color css
<style>
span { border-color: #CCEAED; }
span { border-color: rgb(204,234,237); }
td.TdClassName
{
border-color: #CCEAED;
}
.TagClassName
{
border-color: #CCEAED;
}
</style>