Shades of Humming Bird #CDF8ED
Tints of Humming Bird #CDF8ED
RGB
CMYK
RGB Variations
Color information
#CDF8ED (or 0xCDF8ED) is known color: Humming Bird. HEX triplet: CD, F8 and ED. RGB value is (205,248,237). Sum of RGB (Red+Green+Blue) = 205+248+237=690 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.71% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 237 (92.97% from 255 or 34.35% from 690); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF8ED is #320712. Grayscale: #E9E9E9. Windows color (decimal): -3278611 or 15595725. OLE color: 15595725.
HSL color Cylindrical-coordinate representation of color #CDF8ED: hue angle of 164.65º 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 #CDF8ED is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 237 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.03 |
| HSL | 164.65º | 0.75% | 0.89% | - |
| HSV(B) | 164.65º | 0.17% | 0.97% | - |
| XYZ | 74.03 | 86.23 | 92.86 | - |
| YUV | 233.89 | 129.75 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 237 | 0.17 | 0 | 0.04 | 0.03 | 164.65 | 0.75 | 0.89 |
| Hex | CD | F8 | ED | 11 | 0 | 4 | 3 | A5 | 4B | 59 |
| Octal | 315 | 370 | 355 | 21 | 0 | 4 | 3 | 245 | 113 | 131 |
| Binary | 11001101 | 11111000 | 11101101 | 10001 | 0 | 100 | 11 | 10100101 | 1001011 | 1011001 |
Color Harmonies of #CDF8ED
Complementary color
Monochromatic Colors of #CDF8ED
Black with #CDF8ED
Text Example
Text Example
White with #CDF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF8ED; }
p { color: rgb(205,248,237); }
H1.HeaderClassName
{
color: #CDF8ED;
}
.AnyTagClassName
{
color: #CDF8ED;
}
</style>
background-color css
<style>
a { background-color: #CDF8ED; }
a { background-color: rgb(205,248,237); }
div.DivClassName
{
background-color: #CDF8ED;
}
.BgClassName
{
background-color: #CDF8ED;
}
</style>
border-color css
<style>
span { border-color: #CDF8ED; }
span { border-color: rgb(205,248,237); }
td.TdClassName
{
border-color: #CDF8ED;
}
.TagClassName
{
border-color: #CDF8ED;
}
</style>