Shades of Humming Bird #CEE8E0
Tints of Humming Bird #CEE8E0
RGB
CMYK
RGB Variations
Color information
#CEE8E0 (or 0xCEE8E0) is known color: Humming Bird. HEX triplet: CE, E8 and E0. RGB value is (206,232,224). Sum of RGB (Red+Green+Blue) = 206+232+224=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8E0 is #31171F. Grayscale: #DFDFDF. Windows color (decimal): -3217184 or 14739662. OLE color: 14739662.
HSL color Cylindrical-coordinate representation of color #CEE8E0: hue angle of 161.54º degrees, saturation: 0.36, 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 #CEE8E0 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 224 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.09 |
| HSL | 161.54º | 0.36% | 0.86% | - |
| HSV(B) | 161.54º | 0.11% | 0.91% | - |
| XYZ | 67.76 | 76.22 | 81.66 | - |
| YUV | 223.31 | 128.39 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 224 | 0.11 | 0 | 0.03 | 0.09 | 161.54 | 0.36 | 0.86 |
| Hex | CE | E8 | E0 | B | 0 | 3 | 9 | A2 | 24 | 56 |
| Octal | 316 | 350 | 340 | 13 | 0 | 3 | 11 | 242 | 44 | 126 |
| Binary | 11001110 | 11101000 | 11100000 | 1011 | 0 | 11 | 1001 | 10100010 | 100100 | 1010110 |
Color Harmonies of #CEE8E0
Complementary color
Monochromatic Colors of #CEE8E0
Black with #CEE8E0
Text Example
Text Example
White with #CEE8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8E0; }
p { color: rgb(206,232,224); }
H1.HeaderClassName
{
color: #CEE8E0;
}
.AnyTagClassName
{
color: #CEE8E0;
}
</style>
background-color css
<style>
a { background-color: #CEE8E0; }
a { background-color: rgb(206,232,224); }
div.DivClassName
{
background-color: #CEE8E0;
}
.BgClassName
{
background-color: #CEE8E0;
}
</style>
border-color css
<style>
span { border-color: #CEE8E0; }
span { border-color: rgb(206,232,224); }
td.TdClassName
{
border-color: #CEE8E0;
}
.TagClassName
{
border-color: #CEE8E0;
}
</style>