Shades of Humming Bird #CFEFE8
Tints of Humming Bird #CFEFE8
RGB
CMYK
RGB Variations
Color information
#CFEFE8 (or 0xCFEFE8) is known color: Humming Bird. HEX triplet: CF, EF and E8. RGB value is (207,239,232). Sum of RGB (Red+Green+Blue) = 207+239+232=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 239 (93.75% from 255 or 35.25% from 678); Blue value is 232 (91.02% from 255 or 34.22% from 678); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFE8 is #301017. Grayscale: #E4E4E4. Windows color (decimal): -3149848 or 15265743. OLE color: 15265743.
HSL color Cylindrical-coordinate representation of color #CFEFE8: hue angle of 166.88º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEFE8 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 232 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.06 |
| HSL | 166.88º | 0.5% | 0.87% | - |
| HSV(B) | 166.88º | 0.13% | 0.94% | - |
| XYZ | 71.16 | 80.82 | 88.19 | - |
| YUV | 228.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 232 | 0.13 | 0 | 0.03 | 0.06 | 166.88 | 0.5 | 0.87 |
| Hex | CF | EF | E8 | D | 0 | 3 | 6 | A7 | 32 | 57 |
| Octal | 317 | 357 | 350 | 15 | 0 | 3 | 6 | 247 | 62 | 127 |
| Binary | 11001111 | 11101111 | 11101000 | 1101 | 0 | 11 | 110 | 10100111 | 110010 | 1010111 |
Color Harmonies of #CFEFE8
Complementary color
Monochromatic Colors of #CFEFE8
Black with #CFEFE8
Text Example
Text Example
White with #CFEFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFE8; }
p { color: rgb(207,239,232); }
H1.HeaderClassName
{
color: #CFEFE8;
}
.AnyTagClassName
{
color: #CFEFE8;
}
</style>
background-color css
<style>
a { background-color: #CFEFE8; }
a { background-color: rgb(207,239,232); }
div.DivClassName
{
background-color: #CFEFE8;
}
.BgClassName
{
background-color: #CFEFE8;
}
</style>
border-color css
<style>
span { border-color: #CFEFE8; }
span { border-color: rgb(207,239,232); }
td.TdClassName
{
border-color: #CFEFE8;
}
.TagClassName
{
border-color: #CFEFE8;
}
</style>