Shades of Humming Bird #CEEFE4
Tints of Humming Bird #CEEFE4
RGB
CMYK
RGB Variations
Color information
#CEEFE4 (or 0xCEEFE4) is known color: Humming Bird. HEX triplet: CE, EF and E4. RGB value is (206,239,228). Sum of RGB (Red+Green+Blue) = 206+239+228=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 228 (89.45% from 255 or 33.88% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFE4 is #31101B. Grayscale: #E3E3E3. Windows color (decimal): -3215388 or 15003598. OLE color: 15003598.
HSL color Cylindrical-coordinate representation of color #CEEFE4: hue angle of 160º degrees, saturation: 0.51, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEFE4 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
RGB | 206 | 239 | 228 | - |
CMYK | 0.14 | 0 | 0.05 | 0.06 |
HSL | 160º | 0.51% | 0.87% | - |
HSV(B) | 160º | 0.14% | 0.94% | - |
XYZ | 70.32 | 80.46 | 85.22 | - |
YUV | 227.88 | 128.07 | 112.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 239 | 228 | 0.14 | 0 | 0.05 | 0.06 | 160 | 0.51 | 0.87 |
Hex | CE | EF | E4 | E | 0 | 5 | 6 | A0 | 33 | 57 |
Octal | 316 | 357 | 344 | 16 | 0 | 5 | 6 | 240 | 63 | 127 |
Binary | 11001110 | 11101111 | 11100100 | 1110 | 0 | 101 | 110 | 10100000 | 110011 | 1010111 |
Color Harmonies of #CEEFE4
Complementary color
Monochromatic Colors of #CEEFE4
Black with #CEEFE4
Text Example
Text Example
White with #CEEFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEFE4; }
p { color: rgb(206,239,228); }
H1.HeaderClassName
{
color: #CEEFE4;
}
.AnyTagClassName
{
color: #CEEFE4;
}
</style>
background-color css
<style>
a { background-color: #CEEFE4; }
a { background-color: rgb(206,239,228); }
div.DivClassName
{
background-color: #CEEFE4;
}
.BgClassName
{
background-color: #CEEFE4;
}
</style>
border-color css
<style>
span { border-color: #CEEFE4; }
span { border-color: rgb(206,239,228); }
td.TdClassName
{
border-color: #CEEFE4;
}
.TagClassName
{
border-color: #CEEFE4;
}
</style>