Shades of Humming Bird #CEEEE1
Tints of Humming Bird #CEEEE1
RGB
CMYK
RGB Variations
Color information
#CEEEE1 (or 0xCEEEE1) is known color: Humming Bird. HEX triplet: CE, EE and E1. RGB value is (206,238,225). Sum of RGB (Red+Green+Blue) = 206+238+225=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 225 (88.28% from 255 or 33.63% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEE1 is #31111E. Grayscale: #E2E2E2. Windows color (decimal): -3215647 or 14806734. OLE color: 14806734.
HSL color Cylindrical-coordinate representation of color #CEEEE1: hue angle of 155.62º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEEEE1 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 238 | 225 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.07 |
| HSL | 155.63º | 0.48% | 0.87% | - |
| HSV(B) | 155.63º | 0.13% | 0.93% | - |
| XYZ | 69.62 | 79.71 | 82.95 | - |
| YUV | 226.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 238 | 225 | 0.13 | 0 | 0.05 | 0.07 | 155.63 | 0.48 | 0.87 |
| Hex | CE | EE | E1 | D | 0 | 5 | 7 | 9C | 30 | 57 |
| Octal | 316 | 356 | 341 | 15 | 0 | 5 | 7 | 234 | 60 | 127 |
| Binary | 11001110 | 11101110 | 11100001 | 1101 | 0 | 101 | 111 | 10011100 | 110000 | 1010111 |
Color Harmonies of #CEEEE1
Complementary color
Monochromatic Colors of #CEEEE1
Black with #CEEEE1
Text Example
Text Example
White with #CEEEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEEE1; }
p { color: rgb(206,238,225); }
H1.HeaderClassName
{
color: #CEEEE1;
}
.AnyTagClassName
{
color: #CEEEE1;
}
</style>
background-color css
<style>
a { background-color: #CEEEE1; }
a { background-color: rgb(206,238,225); }
div.DivClassName
{
background-color: #CEEEE1;
}
.BgClassName
{
background-color: #CEEEE1;
}
</style>
border-color css
<style>
span { border-color: #CEEEE1; }
span { border-color: rgb(206,238,225); }
td.TdClassName
{
border-color: #CEEEE1;
}
.TagClassName
{
border-color: #CEEEE1;
}
</style>