Shades of Humming Bird #CDEEE1
Tints of Humming Bird #CDEEE1
RGB
CMYK
RGB Variations
Color information
#CDEEE1 (or 0xCDEEE1) is known color: Humming Bird. HEX triplet: CD, EE and E1. RGB value is (205,238,225). Sum of RGB (Red+Green+Blue) = 205+238+225=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 225 (88.28% from 255 or 33.68% from 668); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEE1 is #32111E. Grayscale: #E2E2E2. Windows color (decimal): -3281183 or 14806733. OLE color: 14806733.
HSL color Cylindrical-coordinate representation of color #CDEEE1: hue angle of 156.36º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEEE1 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 225 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.07 |
| HSL | 156.36º | 0.49% | 0.87% | - |
| HSV(B) | 156.36º | 0.14% | 0.93% | - |
| XYZ | 69.34 | 79.56 | 82.94 | - |
| YUV | 226.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 225 | 0.14 | 0 | 0.05 | 0.07 | 156.36 | 0.49 | 0.87 |
| Hex | CD | EE | E1 | E | 0 | 5 | 7 | 9C | 31 | 57 |
| Octal | 315 | 356 | 341 | 16 | 0 | 5 | 7 | 234 | 61 | 127 |
| Binary | 11001101 | 11101110 | 11100001 | 1110 | 0 | 101 | 111 | 10011100 | 110001 | 1010111 |
Color Harmonies of #CDEEE1
Complementary color
Monochromatic Colors of #CDEEE1
Black with #CDEEE1
Text Example
Text Example
White with #CDEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEE1; }
p { color: rgb(205,238,225); }
H1.HeaderClassName
{
color: #CDEEE1;
}
.AnyTagClassName
{
color: #CDEEE1;
}
</style>
background-color css
<style>
a { background-color: #CDEEE1; }
a { background-color: rgb(205,238,225); }
div.DivClassName
{
background-color: #CDEEE1;
}
.BgClassName
{
background-color: #CDEEE1;
}
</style>
border-color css
<style>
span { border-color: #CDEEE1; }
span { border-color: rgb(205,238,225); }
td.TdClassName
{
border-color: #CDEEE1;
}
.TagClassName
{
border-color: #CDEEE1;
}
</style>