Shades of Humming Bird #CFEAE0
Tints of Humming Bird #CFEAE0
RGB
CMYK
RGB Variations
Color information
#CFEAE0 (or 0xCFEAE0) is known color: Humming Bird. HEX triplet: CF, EA and E0. RGB value is (207,234,224). Sum of RGB (Red+Green+Blue) = 207+234+224=665 (88% of max value = 765). Red value is 207 (81.25% from 255 or 31.13% from 665); Green value is 234 (91.80% from 255 or 35.19% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAE0 is #30151F. Grayscale: #E0E0E0. Windows color (decimal): -3151136 or 14740175. OLE color: 14740175.
HSL color Cylindrical-coordinate representation of color #CFEAE0: hue angle of 157.78º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFEAE0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 224 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.08 |
| HSL | 157.78º | 0.39% | 0.86% | - |
| HSV(B) | 157.78º | 0.12% | 0.92% | - |
| XYZ | 68.61 | 77.49 | 81.86 | - |
| YUV | 224.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 224 | 0.12 | 0 | 0.04 | 0.08 | 157.78 | 0.39 | 0.86 |
| Hex | CF | EA | E0 | C | 0 | 4 | 8 | 9E | 27 | 56 |
| Octal | 317 | 352 | 340 | 14 | 0 | 4 | 10 | 236 | 47 | 126 |
| Binary | 11001111 | 11101010 | 11100000 | 1100 | 0 | 100 | 1000 | 10011110 | 100111 | 1010110 |
Color Harmonies of #CFEAE0
Complementary color
Monochromatic Colors of #CFEAE0
Black with #CFEAE0
Text Example
Text Example
White with #CFEAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEAE0; }
p { color: rgb(207,234,224); }
H1.HeaderClassName
{
color: #CFEAE0;
}
.AnyTagClassName
{
color: #CFEAE0;
}
</style>
background-color css
<style>
a { background-color: #CFEAE0; }
a { background-color: rgb(207,234,224); }
div.DivClassName
{
background-color: #CFEAE0;
}
.BgClassName
{
background-color: #CFEAE0;
}
</style>
border-color css
<style>
span { border-color: #CFEAE0; }
span { border-color: rgb(207,234,224); }
td.TdClassName
{
border-color: #CFEAE0;
}
.TagClassName
{
border-color: #CFEAE0;
}
</style>