Shades of Humming Bird #CDFEEB
Tints of Humming Bird #CDFEEB
RGB
CMYK
RGB Variations
Color information
#CDFEEB (or 0xCDFEEB) is known color: Humming Bird. HEX triplet: CD, FE and EB. RGB value is (205,254,235). Sum of RGB (Red+Green+Blue) = 205+254+235=694 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.54% from 694); Green value is 254 (99.61% from 255 or 36.60% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFEEB is #320114. Grayscale: #EDEDED. Windows color (decimal): -3277077 or 15466189. OLE color: 15466189.
HSL color Cylindrical-coordinate representation of color #CDFEEB: hue angle of 156.73º 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 #CDFEEB is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
RGB | 205 | 254 | 235 | - |
CMYK | 0.19 | 0 | 0.07 | 0.00 |
HSL | 156.73º | 0.96% | 0.9% | - |
HSV(B) | 156.73º | 0.19% | 1% | - |
XYZ | 75.61 | 89.86 | 91.96 | - |
YUV | 237.18 | 126.77 | 105.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 254 | 235 | 0.19 | 0 | 0.07 | 0.00 | 156.73 | 0.96 | 0.9 |
Hex | CD | FE | EB | 13 | 0 | 7 | 0 | 9D | 60 | 5A |
Octal | 315 | 376 | 353 | 23 | 0 | 7 | 0 | 235 | 140 | 132 |
Binary | 11001101 | 11111110 | 11101011 | 10011 | 0 | 111 | 0 | 10011101 | 1100000 | 1011010 |
Color Harmonies of #CDFEEB
Complementary color
Monochromatic Colors of #CDFEEB
Black with #CDFEEB
Text Example
Text Example
White with #CDFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEEB; }
p { color: rgb(205,254,235); }
H1.HeaderClassName
{
color: #CDFEEB;
}
.AnyTagClassName
{
color: #CDFEEB;
}
</style>
background-color css
<style>
a { background-color: #CDFEEB; }
a { background-color: rgb(205,254,235); }
div.DivClassName
{
background-color: #CDFEEB;
}
.BgClassName
{
background-color: #CDFEEB;
}
</style>
border-color css
<style>
span { border-color: #CDFEEB; }
span { border-color: rgb(205,254,235); }
td.TdClassName
{
border-color: #CDFEEB;
}
.TagClassName
{
border-color: #CDFEEB;
}
</style>