Shades of Humming Bird #CDF2E9
Tints of Humming Bird #CDF2E9
RGB
CMYK
RGB Variations
Color information
#CDF2E9 (or 0xCDF2E9) is known color: Humming Bird. HEX triplet: CD, F2 and E9. RGB value is (205,242,233). Sum of RGB (Red+Green+Blue) = 205+242+233=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 233 (91.41% from 255 or 34.26% from 680); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2E9 is #320D16. Grayscale: #E5E5E5. Windows color (decimal): -3280151 or 15332045. OLE color: 15332045.
HSL color Cylindrical-coordinate representation of color #CDF2E9: hue angle of 165.41º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDF2E9 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 233 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.05 |
| HSL | 165.41º | 0.59% | 0.88% | - |
| HSV(B) | 165.41º | 0.15% | 0.95% | - |
| XYZ | 71.64 | 82.37 | 89.21 | - |
| YUV | 229.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 233 | 0.15 | 0 | 0.04 | 0.05 | 165.41 | 0.59 | 0.88 |
| Hex | CD | F2 | E9 | F | 0 | 4 | 5 | A5 | 3B | 58 |
| Octal | 315 | 362 | 351 | 17 | 0 | 4 | 5 | 245 | 73 | 130 |
| Binary | 11001101 | 11110010 | 11101001 | 1111 | 0 | 100 | 101 | 10100101 | 111011 | 1011000 |
Color Harmonies of #CDF2E9
Complementary color
Monochromatic Colors of #CDF2E9
Black with #CDF2E9
Text Example
Text Example
White with #CDF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2E9; }
p { color: rgb(205,242,233); }
H1.HeaderClassName
{
color: #CDF2E9;
}
.AnyTagClassName
{
color: #CDF2E9;
}
</style>
background-color css
<style>
a { background-color: #CDF2E9; }
a { background-color: rgb(205,242,233); }
div.DivClassName
{
background-color: #CDF2E9;
}
.BgClassName
{
background-color: #CDF2E9;
}
</style>
border-color css
<style>
span { border-color: #CDF2E9; }
span { border-color: rgb(205,242,233); }
td.TdClassName
{
border-color: #CDF2E9;
}
.TagClassName
{
border-color: #CDF2E9;
}
</style>