Shades of Humming Bird #CEE7E0
Tints of Humming Bird #CEE7E0
RGB
CMYK
RGB Variations
Color information
#CEE7E0 (or 0xCEE7E0) is known color: Humming Bird. HEX triplet: CE, E7 and E0. RGB value is (206,231,224). Sum of RGB (Red+Green+Blue) = 206+231+224=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 231 (90.62% from 255 or 34.95% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE7E0 is #31181F. Grayscale: #DEDEDE. Windows color (decimal): -3217440 or 14739406. OLE color: 14739406.
HSL color Cylindrical-coordinate representation of color #CEE7E0: hue angle of 163.2º degrees, saturation: 0.34, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE7E0 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 231 | 224 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.09 |
| HSL | 163.2º | 0.34% | 0.86% | - |
| HSV(B) | 163.2º | 0.11% | 0.91% | - |
| XYZ | 67.48 | 75.66 | 81.57 | - |
| YUV | 222.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 231 | 224 | 0.11 | 0 | 0.03 | 0.09 | 163.2 | 0.34 | 0.86 |
| Hex | CE | E7 | E0 | B | 0 | 3 | 9 | A3 | 22 | 56 |
| Octal | 316 | 347 | 340 | 13 | 0 | 3 | 11 | 243 | 42 | 126 |
| Binary | 11001110 | 11100111 | 11100000 | 1011 | 0 | 11 | 1001 | 10100011 | 100010 | 1010110 |
Color Harmonies of #CEE7E0
Complementary color
Monochromatic Colors of #CEE7E0
Black with #CEE7E0
Text Example
Text Example
White with #CEE7E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE7E0; }
p { color: rgb(206,231,224); }
H1.HeaderClassName
{
color: #CEE7E0;
}
.AnyTagClassName
{
color: #CEE7E0;
}
</style>
background-color css
<style>
a { background-color: #CEE7E0; }
a { background-color: rgb(206,231,224); }
div.DivClassName
{
background-color: #CEE7E0;
}
.BgClassName
{
background-color: #CEE7E0;
}
</style>
border-color css
<style>
span { border-color: #CEE7E0; }
span { border-color: rgb(206,231,224); }
td.TdClassName
{
border-color: #CEE7E0;
}
.TagClassName
{
border-color: #CEE7E0;
}
</style>