Shades of Humming Bird #CFEFE5
Tints of Humming Bird #CFEFE5
RGB
CMYK
RGB Variations
Color information
#CFEFE5 (or 0xCFEFE5) is known color: Humming Bird. HEX triplet: CF, EF and E5. RGB value is (207,239,229). Sum of RGB (Red+Green+Blue) = 207+239+229=675 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.67% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFE5 is #30101A. Grayscale: #E4E4E4. Windows color (decimal): -3149851 or 15069135. OLE color: 15069135.
HSL color Cylindrical-coordinate representation of color #CFEFE5: hue angle of 161.25º 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 #CFEFE5 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 229 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.06 |
| HSL | 161.25º | 0.5% | 0.87% | - |
| HSV(B) | 161.25º | 0.13% | 0.94% | - |
| XYZ | 70.74 | 80.66 | 85.97 | - |
| YUV | 228.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 229 | 0.13 | 0 | 0.04 | 0.06 | 161.25 | 0.5 | 0.87 |
| Hex | CF | EF | E5 | D | 0 | 4 | 6 | A1 | 32 | 57 |
| Octal | 317 | 357 | 345 | 15 | 0 | 4 | 6 | 241 | 62 | 127 |
| Binary | 11001111 | 11101111 | 11100101 | 1101 | 0 | 100 | 110 | 10100001 | 110010 | 1010111 |
Color Harmonies of #CFEFE5
Complementary color
Monochromatic Colors of #CFEFE5
Black with #CFEFE5
Text Example
Text Example
White with #CFEFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEFE5; }
p { color: rgb(207,239,229); }
H1.HeaderClassName
{
color: #CFEFE5;
}
.AnyTagClassName
{
color: #CFEFE5;
}
</style>
background-color css
<style>
a { background-color: #CFEFE5; }
a { background-color: rgb(207,239,229); }
div.DivClassName
{
background-color: #CFEFE5;
}
.BgClassName
{
background-color: #CFEFE5;
}
</style>
border-color css
<style>
span { border-color: #CFEFE5; }
span { border-color: rgb(207,239,229); }
td.TdClassName
{
border-color: #CFEFE5;
}
.TagClassName
{
border-color: #CFEFE5;
}
</style>