Shades of Humming Bird #CAFEE8
Tints of Humming Bird #CAFEE8
RGB
CMYK
RGB Variations
Color information
#CAFEE8 (or 0xCAFEE8) is known color: Humming Bird. HEX triplet: CA, FE and E8. RGB value is (202,254,232). Sum of RGB (Red+Green+Blue) = 202+254+232=688 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.36% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 232 (91.02% from 255 or 33.72% from 688); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFEE8 is #350117. Grayscale: #EBEBEB. Windows color (decimal): -3473688 or 15269578. OLE color: 15269578.
HSL color Cylindrical-coordinate representation of color #CAFEE8: hue angle of 154.62º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFEE8 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 254 | 232 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.00 |
| HSL | 154.62º | 0.96% | 0.89% | - |
| HSV(B) | 154.62º | 0.2% | 1% | - |
| XYZ | 74.36 | 89.27 | 89.65 | - |
| YUV | 235.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 254 | 232 | 0.20 | 0 | 0.09 | 0.00 | 154.62 | 0.96 | 0.89 |
| Hex | CA | FE | E8 | 14 | 0 | 9 | 0 | 9B | 60 | 59 |
| Octal | 312 | 376 | 350 | 24 | 0 | 11 | 0 | 233 | 140 | 131 |
| Binary | 11001010 | 11111110 | 11101000 | 10100 | 0 | 1001 | 0 | 10011011 | 1100000 | 1011001 |
Color Harmonies of #CAFEE8
Complementary color
Monochromatic Colors of #CAFEE8
Black with #CAFEE8
Text Example
Text Example
White with #CAFEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFEE8; }
p { color: rgb(202,254,232); }
H1.HeaderClassName
{
color: #CAFEE8;
}
.AnyTagClassName
{
color: #CAFEE8;
}
</style>
background-color css
<style>
a { background-color: #CAFEE8; }
a { background-color: rgb(202,254,232); }
div.DivClassName
{
background-color: #CAFEE8;
}
.BgClassName
{
background-color: #CAFEE8;
}
</style>
border-color css
<style>
span { border-color: #CAFEE8; }
span { border-color: rgb(202,254,232); }
td.TdClassName
{
border-color: #CAFEE8;
}
.TagClassName
{
border-color: #CAFEE8;
}
</style>