Shades of Humming Bird #CFF3E4
Tints of Humming Bird #CFF3E4
RGB
CMYK
RGB Variations
Color information
#CFF3E4 (or 0xCFF3E4) is known color: Humming Bird. HEX triplet: CF, F3 and E4. RGB value is (207,243,228). Sum of RGB (Red+Green+Blue) = 207+243+228=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 228 (89.45% from 255 or 33.63% from 678); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF3E4 is #300C1B. Grayscale: #E6E6E6. Windows color (decimal): -3148828 or 15004623. OLE color: 15004623.
HSL color Cylindrical-coordinate representation of color #CFF3E4: hue angle of 155º degrees, saturation: 0.6, 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 #CFF3E4 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 243 | 228 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.05 |
| HSL | 155º | 0.6% | 0.88% | - |
| HSV(B) | 155º | 0.15% | 0.95% | - |
| XYZ | 71.79 | 82.97 | 85.63 | - |
| YUV | 230.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 243 | 228 | 0.15 | 0 | 0.06 | 0.05 | 155 | 0.6 | 0.88 |
| Hex | CF | F3 | E4 | F | 0 | 6 | 5 | 9B | 3C | 58 |
| Octal | 317 | 363 | 344 | 17 | 0 | 6 | 5 | 233 | 74 | 130 |
| Binary | 11001111 | 11110011 | 11100100 | 1111 | 0 | 110 | 101 | 10011011 | 111100 | 1011000 |
Color Harmonies of #CFF3E4
Complementary color
Monochromatic Colors of #CFF3E4
Black with #CFF3E4
Text Example
Text Example
White with #CFF3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3E4; }
p { color: rgb(207,243,228); }
H1.HeaderClassName
{
color: #CFF3E4;
}
.AnyTagClassName
{
color: #CFF3E4;
}
</style>
background-color css
<style>
a { background-color: #CFF3E4; }
a { background-color: rgb(207,243,228); }
div.DivClassName
{
background-color: #CFF3E4;
}
.BgClassName
{
background-color: #CFF3E4;
}
</style>
border-color css
<style>
span { border-color: #CFF3E4; }
span { border-color: rgb(207,243,228); }
td.TdClassName
{
border-color: #CFF3E4;
}
.TagClassName
{
border-color: #CFF3E4;
}
</style>