Shades of Humming Bird #CDF2E8
Tints of Humming Bird #CDF2E8
RGB
CMYK
RGB Variations
Color information
#CDF2E8 (or 0xCDF2E8) is known color: Humming Bird. HEX triplet: CD, F2 and E8. RGB value is (205,242,232). Sum of RGB (Red+Green+Blue) = 205+242+232=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2E8 is #320D17. Grayscale: #E5E5E5. Windows color (decimal): -3280152 or 15266509. OLE color: 15266509.
HSL color Cylindrical-coordinate representation of color #CDF2E8: hue angle of 163.78º 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 #CDF2E8 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 232 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.05 |
| HSL | 163.78º | 0.59% | 0.88% | - |
| HSV(B) | 163.78º | 0.15% | 0.95% | - |
| XYZ | 71.49 | 82.31 | 88.46 | - |
| YUV | 229.8 | 129.24 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 232 | 0.15 | 0 | 0.04 | 0.05 | 163.78 | 0.59 | 0.88 |
| Hex | CD | F2 | E8 | F | 0 | 4 | 5 | A4 | 3B | 58 |
| Octal | 315 | 362 | 350 | 17 | 0 | 4 | 5 | 244 | 73 | 130 |
| Binary | 11001101 | 11110010 | 11101000 | 1111 | 0 | 100 | 101 | 10100100 | 111011 | 1011000 |
Color Harmonies of #CDF2E8
Complementary color
Monochromatic Colors of #CDF2E8
Black with #CDF2E8
Text Example
Text Example
White with #CDF2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2E8; }
p { color: rgb(205,242,232); }
H1.HeaderClassName
{
color: #CDF2E8;
}
.AnyTagClassName
{
color: #CDF2E8;
}
</style>
background-color css
<style>
a { background-color: #CDF2E8; }
a { background-color: rgb(205,242,232); }
div.DivClassName
{
background-color: #CDF2E8;
}
.BgClassName
{
background-color: #CDF2E8;
}
</style>
border-color css
<style>
span { border-color: #CDF2E8; }
span { border-color: rgb(205,242,232); }
td.TdClassName
{
border-color: #CDF2E8;
}
.TagClassName
{
border-color: #CDF2E8;
}
</style>