Shades of Humming Bird #CDE9E0
Tints of Humming Bird #CDE9E0
RGB
CMYK
RGB Variations
Color information
#CDE9E0 (or 0xCDE9E0) is known color: Humming Bird. HEX triplet: CD, E9 and E0. RGB value is (205,233,224). Sum of RGB (Red+Green+Blue) = 205+233+224=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9E0 is #32161F. Grayscale: #DFDFDF. Windows color (decimal): -3282464 or 14739917. OLE color: 14739917.
HSL color Cylindrical-coordinate representation of color #CDE9E0: hue angle of 160.71º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE9E0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 224 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.09 |
| HSL | 160.71º | 0.39% | 0.86% | - |
| HSV(B) | 160.71º | 0.12% | 0.91% | - |
| XYZ | 67.77 | 76.64 | 81.74 | - |
| YUV | 223.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 224 | 0.12 | 0 | 0.04 | 0.09 | 160.71 | 0.39 | 0.86 |
| Hex | CD | E9 | E0 | C | 0 | 4 | 9 | A1 | 27 | 56 |
| Octal | 315 | 351 | 340 | 14 | 0 | 4 | 11 | 241 | 47 | 126 |
| Binary | 11001101 | 11101001 | 11100000 | 1100 | 0 | 100 | 1001 | 10100001 | 100111 | 1010110 |
Color Harmonies of #CDE9E0
Complementary color
Monochromatic Colors of #CDE9E0
Black with #CDE9E0
Text Example
Text Example
White with #CDE9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9E0; }
p { color: rgb(205,233,224); }
H1.HeaderClassName
{
color: #CDE9E0;
}
.AnyTagClassName
{
color: #CDE9E0;
}
</style>
background-color css
<style>
a { background-color: #CDE9E0; }
a { background-color: rgb(205,233,224); }
div.DivClassName
{
background-color: #CDE9E0;
}
.BgClassName
{
background-color: #CDE9E0;
}
</style>
border-color css
<style>
span { border-color: #CDE9E0; }
span { border-color: rgb(205,233,224); }
td.TdClassName
{
border-color: #CDE9E0;
}
.TagClassName
{
border-color: #CDE9E0;
}
</style>