Shades of Humming Bird #CDEEE6
Tints of Humming Bird #CDEEE6
RGB
CMYK
RGB Variations
Color information
#CDEEE6 (or 0xCDEEE6) is known color: Humming Bird. HEX triplet: CD, EE and E6. RGB value is (205,238,230). Sum of RGB (Red+Green+Blue) = 205+238+230=673 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.46% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 230 (90.23% from 255 or 34.18% from 673); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEEE6 is #321119. Grayscale: #E3E3E3. Windows color (decimal): -3281178 or 15134413. OLE color: 15134413.
HSL color Cylindrical-coordinate representation of color #CDEEE6: hue angle of 165.45º 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 #CDEEE6 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 230 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.07 |
| HSL | 165.45º | 0.49% | 0.87% | - |
| HSV(B) | 165.45º | 0.14% | 0.93% | - |
| XYZ | 70.03 | 79.84 | 86.58 | - |
| YUV | 227.22 | 129.57 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 230 | 0.14 | 0 | 0.03 | 0.07 | 165.45 | 0.49 | 0.87 |
| Hex | CD | EE | E6 | E | 0 | 3 | 7 | A5 | 31 | 57 |
| Octal | 315 | 356 | 346 | 16 | 0 | 3 | 7 | 245 | 61 | 127 |
| Binary | 11001101 | 11101110 | 11100110 | 1110 | 0 | 11 | 111 | 10100101 | 110001 | 1010111 |
Color Harmonies of #CDEEE6
Complementary color
Monochromatic Colors of #CDEEE6
Black with #CDEEE6
Text Example
Text Example
White with #CDEEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEE6; }
p { color: rgb(205,238,230); }
H1.HeaderClassName
{
color: #CDEEE6;
}
.AnyTagClassName
{
color: #CDEEE6;
}
</style>
background-color css
<style>
a { background-color: #CDEEE6; }
a { background-color: rgb(205,238,230); }
div.DivClassName
{
background-color: #CDEEE6;
}
.BgClassName
{
background-color: #CDEEE6;
}
</style>
border-color css
<style>
span { border-color: #CDEEE6; }
span { border-color: rgb(205,238,230); }
td.TdClassName
{
border-color: #CDEEE6;
}
.TagClassName
{
border-color: #CDEEE6;
}
</style>