Shades of Humming Bird #CDF8EA
Tints of Humming Bird #CDF8EA
RGB
CMYK
RGB Variations
Color information
#CDF8EA (or 0xCDF8EA) is known color: Humming Bird. HEX triplet: CD, F8 and EA. RGB value is (205,248,234). Sum of RGB (Red+Green+Blue) = 205+248+234=687 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.84% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 234 (91.80% from 255 or 34.06% from 687); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF8EA is #320715. Grayscale: #E9E9E9. Windows color (decimal): -3278614 or 15399117. OLE color: 15399117.
HSL color Cylindrical-coordinate representation of color #CDF8EA: hue angle of 160.47º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF8EA is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 234 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.03 |
| HSL | 160.47º | 0.75% | 0.89% | - |
| HSV(B) | 160.47º | 0.17% | 0.97% | - |
| XYZ | 73.6 | 86.05 | 90.57 | - |
| YUV | 233.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 234 | 0.17 | 0 | 0.06 | 0.03 | 160.47 | 0.75 | 0.89 |
| Hex | CD | F8 | EA | 11 | 0 | 6 | 3 | A0 | 4B | 59 |
| Octal | 315 | 370 | 352 | 21 | 0 | 6 | 3 | 240 | 113 | 131 |
| Binary | 11001101 | 11111000 | 11101010 | 10001 | 0 | 110 | 11 | 10100000 | 1001011 | 1011001 |
Color Harmonies of #CDF8EA
Complementary color
Monochromatic Colors of #CDF8EA
Black with #CDF8EA
Text Example
Text Example
White with #CDF8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF8EA; }
p { color: rgb(205,248,234); }
H1.HeaderClassName
{
color: #CDF8EA;
}
.AnyTagClassName
{
color: #CDF8EA;
}
</style>
background-color css
<style>
a { background-color: #CDF8EA; }
a { background-color: rgb(205,248,234); }
div.DivClassName
{
background-color: #CDF8EA;
}
.BgClassName
{
background-color: #CDF8EA;
}
</style>
border-color css
<style>
span { border-color: #CDF8EA; }
span { border-color: rgb(205,248,234); }
td.TdClassName
{
border-color: #CDF8EA;
}
.TagClassName
{
border-color: #CDF8EA;
}
</style>