Shades of Humming Bird #CFF6EE
Tints of Humming Bird #CFF6EE
RGB
CMYK
RGB Variations
Color information
#CFF6EE (or 0xCFF6EE) is known color: Humming Bird. HEX triplet: CF, F6 and EE. RGB value is (207,246,238). Sum of RGB (Red+Green+Blue) = 207+246+238=691 (91% of max value = 765). Red value is 207 (81.25% from 255 or 29.96% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 238 (93.36% from 255 or 34.44% from 691); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF6EE is #300911. Grayscale: #E9E9E9. Windows color (decimal): -3148050 or 15660751. OLE color: 15660751.
HSL color Cylindrical-coordinate representation of color #CFF6EE: hue angle of 167.69º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF6EE is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 238 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.04 |
| HSL | 167.69º | 0.68% | 0.89% | - |
| HSV(B) | 167.69º | 0.16% | 0.96% | - |
| XYZ | 74.12 | 85.35 | 93.46 | - |
| YUV | 233.43 | 130.58 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 238 | 0.16 | 0 | 0.03 | 0.04 | 167.69 | 0.68 | 0.89 |
| Hex | CF | F6 | EE | 10 | 0 | 3 | 4 | A8 | 44 | 59 |
| Octal | 317 | 366 | 356 | 20 | 0 | 3 | 4 | 250 | 104 | 131 |
| Binary | 11001111 | 11110110 | 11101110 | 10000 | 0 | 11 | 100 | 10101000 | 1000100 | 1011001 |
Color Harmonies of #CFF6EE
Complementary color
Monochromatic Colors of #CFF6EE
Black with #CFF6EE
Text Example
Text Example
White with #CFF6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6EE; }
p { color: rgb(207,246,238); }
H1.HeaderClassName
{
color: #CFF6EE;
}
.AnyTagClassName
{
color: #CFF6EE;
}
</style>
background-color css
<style>
a { background-color: #CFF6EE; }
a { background-color: rgb(207,246,238); }
div.DivClassName
{
background-color: #CFF6EE;
}
.BgClassName
{
background-color: #CFF6EE;
}
</style>
border-color css
<style>
span { border-color: #CFF6EE; }
span { border-color: rgb(207,246,238); }
td.TdClassName
{
border-color: #CFF6EE;
}
.TagClassName
{
border-color: #CFF6EE;
}
</style>