Shades of Humming Bird #CFEFE6
Tints of Humming Bird #CFEFE6
RGB
CMYK
RGB Variations
Color information
#CFEFE6 (or 0xCFEFE6) is known color: Humming Bird. HEX triplet: CF, EF and E6. RGB value is (207,239,230). Sum of RGB (Red+Green+Blue) = 207+239+230=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEFE6 is #301019. Grayscale: #E4E4E4. Windows color (decimal): -3149850 or 15134671. OLE color: 15134671.
HSL color Cylindrical-coordinate representation of color #CFEFE6: hue angle of 163.12º 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 #CFEFE6 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 230 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.06 |
| HSL | 163.13º | 0.5% | 0.87% | - |
| HSV(B) | 163.13º | 0.13% | 0.94% | - |
| XYZ | 70.88 | 80.71 | 86.71 | - |
| YUV | 228.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 230 | 0.13 | 0 | 0.04 | 0.06 | 163.13 | 0.5 | 0.87 |
| Hex | CF | EF | E6 | D | 0 | 4 | 6 | A3 | 32 | 57 |
| Octal | 317 | 357 | 346 | 15 | 0 | 4 | 6 | 243 | 62 | 127 |
| Binary | 11001111 | 11101111 | 11100110 | 1101 | 0 | 100 | 110 | 10100011 | 110010 | 1010111 |
Color Harmonies of #CFEFE6
Complementary color
Monochromatic Colors of #CFEFE6
Black with #CFEFE6
Text Example
Text Example
White with #CFEFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFE6; }
p { color: rgb(207,239,230); }
H1.HeaderClassName
{
color: #CFEFE6;
}
.AnyTagClassName
{
color: #CFEFE6;
}
</style>
background-color css
<style>
a { background-color: #CFEFE6; }
a { background-color: rgb(207,239,230); }
div.DivClassName
{
background-color: #CFEFE6;
}
.BgClassName
{
background-color: #CFEFE6;
}
</style>
border-color css
<style>
span { border-color: #CFEFE6; }
span { border-color: rgb(207,239,230); }
td.TdClassName
{
border-color: #CFEFE6;
}
.TagClassName
{
border-color: #CFEFE6;
}
</style>