Shades of Humming Bird #CEEEE0
Tints of Humming Bird #CEEEE0
RGB
CMYK
RGB Variations
Color information
#CEEEE0 (or 0xCEEEE0) is known color: Humming Bird. HEX triplet: CE, EE and E0. RGB value is (206,238,224). Sum of RGB (Red+Green+Blue) = 206+238+224=668 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.84% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 224 (87.89% from 255 or 33.53% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEE0 is #31111F. Grayscale: #E2E2E2. Windows color (decimal): -3215648 or 14741198. OLE color: 14741198.
HSL color Cylindrical-coordinate representation of color #CEEEE0: hue angle of 153.75º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEEE0 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 224 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.07 |
| HSL | 153.75º | 0.48% | 0.87% | - |
| HSV(B) | 153.75º | 0.13% | 0.93% | - |
| XYZ | 69.48 | 79.65 | 82.23 | - |
| YUV | 226.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 224 | 0.13 | 0 | 0.06 | 0.07 | 153.75 | 0.48 | 0.87 |
| Hex | CE | EE | E0 | D | 0 | 6 | 7 | 9A | 30 | 57 |
| Octal | 316 | 356 | 340 | 15 | 0 | 6 | 7 | 232 | 60 | 127 |
| Binary | 11001110 | 11101110 | 11100000 | 1101 | 0 | 110 | 111 | 10011010 | 110000 | 1010111 |
Color Harmonies of #CEEEE0
Complementary color
Monochromatic Colors of #CEEEE0
Black with #CEEEE0
Text Example
Text Example
White with #CEEEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEE0; }
p { color: rgb(206,238,224); }
H1.HeaderClassName
{
color: #CEEEE0;
}
.AnyTagClassName
{
color: #CEEEE0;
}
</style>
background-color css
<style>
a { background-color: #CEEEE0; }
a { background-color: rgb(206,238,224); }
div.DivClassName
{
background-color: #CEEEE0;
}
.BgClassName
{
background-color: #CEEEE0;
}
</style>
border-color css
<style>
span { border-color: #CEEEE0; }
span { border-color: rgb(206,238,224); }
td.TdClassName
{
border-color: #CEEEE0;
}
.TagClassName
{
border-color: #CEEEE0;
}
</style>