Shades of Humming Bird #CDEEE5
Tints of Humming Bird #CDEEE5
RGB
CMYK
RGB Variations
Color information
#CDEEE5 (or 0xCDEEE5) is known color: Humming Bird. HEX triplet: CD, EE and E5. RGB value is (205,238,229). Sum of RGB (Red+Green+Blue) = 205+238+229=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 229 (89.84% from 255 or 34.08% from 672); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEE5 is #32111A. Grayscale: #E3E3E3. Windows color (decimal): -3281179 or 15068877. OLE color: 15068877.
HSL color Cylindrical-coordinate representation of color #CDEEE5: hue angle of 163.64º 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 #CDEEE5 is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 229 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.07 |
| HSL | 163.64º | 0.49% | 0.87% | - |
| HSV(B) | 163.64º | 0.14% | 0.93% | - |
| XYZ | 69.89 | 79.79 | 85.85 | - |
| YUV | 227.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 229 | 0.14 | 0 | 0.04 | 0.07 | 163.64 | 0.49 | 0.87 |
| Hex | CD | EE | E5 | E | 0 | 4 | 7 | A4 | 31 | 57 |
| Octal | 315 | 356 | 345 | 16 | 0 | 4 | 7 | 244 | 61 | 127 |
| Binary | 11001101 | 11101110 | 11100101 | 1110 | 0 | 100 | 111 | 10100100 | 110001 | 1010111 |
Color Harmonies of #CDEEE5
Complementary color
Monochromatic Colors of #CDEEE5
Black with #CDEEE5
Text Example
Text Example
White with #CDEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEE5; }
p { color: rgb(205,238,229); }
H1.HeaderClassName
{
color: #CDEEE5;
}
.AnyTagClassName
{
color: #CDEEE5;
}
</style>
background-color css
<style>
a { background-color: #CDEEE5; }
a { background-color: rgb(205,238,229); }
div.DivClassName
{
background-color: #CDEEE5;
}
.BgClassName
{
background-color: #CDEEE5;
}
</style>
border-color css
<style>
span { border-color: #CDEEE5; }
span { border-color: rgb(205,238,229); }
td.TdClassName
{
border-color: #CDEEE5;
}
.TagClassName
{
border-color: #CDEEE5;
}
</style>