Shades of Humming Bird #CEF3E3
Tints of Humming Bird #CEF3E3
RGB
CMYK
RGB Variations
Color information
#CEF3E3 (or 0xCEF3E3) is known color: Humming Bird. HEX triplet: CE, F3 and E3. RGB value is (206,243,227). Sum of RGB (Red+Green+Blue) = 206+243+227=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 243 (95.31% from 255 or 35.95% from 676); Blue value is 227 (89.06% from 255 or 33.58% from 676); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF3E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF3E3 is #310C1C. Grayscale: #E6E6E6. Windows color (decimal): -3214365 or 14939086. OLE color: 14939086.
HSL color Cylindrical-coordinate representation of color #CEF3E3: hue angle of 154.05º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF3E3 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 243 | 227 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.05 |
| HSL | 154.05º | 0.61% | 0.88% | - |
| HSV(B) | 154.05º | 0.15% | 0.95% | - |
| XYZ | 71.37 | 82.77 | 84.89 | - |
| YUV | 230.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 243 | 227 | 0.15 | 0 | 0.07 | 0.05 | 154.05 | 0.61 | 0.88 |
| Hex | CE | F3 | E3 | F | 0 | 7 | 5 | 9A | 3D | 58 |
| Octal | 316 | 363 | 343 | 17 | 0 | 7 | 5 | 232 | 75 | 130 |
| Binary | 11001110 | 11110011 | 11100011 | 1111 | 0 | 111 | 101 | 10011010 | 111101 | 1011000 |
Color Harmonies of #CEF3E3
Complementary color
Monochromatic Colors of #CEF3E3
Black with #CEF3E3
Text Example
Text Example
White with #CEF3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEF3E3; }
p { color: rgb(206,243,227); }
H1.HeaderClassName
{
color: #CEF3E3;
}
.AnyTagClassName
{
color: #CEF3E3;
}
</style>
background-color css
<style>
a { background-color: #CEF3E3; }
a { background-color: rgb(206,243,227); }
div.DivClassName
{
background-color: #CEF3E3;
}
.BgClassName
{
background-color: #CEF3E3;
}
</style>
border-color css
<style>
span { border-color: #CEF3E3; }
span { border-color: rgb(206,243,227); }
td.TdClassName
{
border-color: #CEF3E3;
}
.TagClassName
{
border-color: #CEF3E3;
}
</style>