Shades of Humming Bird #CDFEED
Tints of Humming Bird #CDFEED
RGB
CMYK
RGB Variations
Color information
#CDFEED (or 0xCDFEED) is known color: Humming Bird. HEX triplet: CD, FE and ED. RGB value is (205,254,237). Sum of RGB (Red+Green+Blue) = 205+254+237=696 (92% of max value = 765). Red value is 205 (80.47% from 255 or 29.45% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFEED is #320112. Grayscale: #EDEDED. Windows color (decimal): -3277075 or 15597261. OLE color: 15597261.
HSL color Cylindrical-coordinate representation of color #CDFEED: hue angle of 159.18º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFEED is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 237 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.00 |
| HSL | 159.18º | 0.96% | 0.9% | - |
| HSV(B) | 159.18º | 0.19% | 1% | - |
| XYZ | 75.9 | 89.98 | 93.49 | - |
| YUV | 237.41 | 127.77 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 237 | 0.19 | 0 | 0.07 | 0.00 | 159.18 | 0.96 | 0.9 |
| Hex | CD | FE | ED | 13 | 0 | 7 | 0 | 9F | 60 | 5A |
| Octal | 315 | 376 | 355 | 23 | 0 | 7 | 0 | 237 | 140 | 132 |
| Binary | 11001101 | 11111110 | 11101101 | 10011 | 0 | 111 | 0 | 10011111 | 1100000 | 1011010 |
Color Harmonies of #CDFEED
Complementary color
Monochromatic Colors of #CDFEED
Black with #CDFEED
Text Example
Text Example
White with #CDFEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEED; }
p { color: rgb(205,254,237); }
H1.HeaderClassName
{
color: #CDFEED;
}
.AnyTagClassName
{
color: #CDFEED;
}
</style>
background-color css
<style>
a { background-color: #CDFEED; }
a { background-color: rgb(205,254,237); }
div.DivClassName
{
background-color: #CDFEED;
}
.BgClassName
{
background-color: #CDFEED;
}
</style>
border-color css
<style>
span { border-color: #CDFEED; }
span { border-color: rgb(205,254,237); }
td.TdClassName
{
border-color: #CDFEED;
}
.TagClassName
{
border-color: #CDFEED;
}
</style>