Shades of Humming Bird #CFF3E6
Tints of Humming Bird #CFF3E6
RGB
CMYK
RGB Variations
Color information
#CFF3E6 (or 0xCFF3E6) is known color: Humming Bird. HEX triplet: CF, F3 and E6. RGB value is (207,243,230). Sum of RGB (Red+Green+Blue) = 207+243+230=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 243 (95.31% from 255 or 35.74% from 680); Blue value is 230 (90.23% from 255 or 33.82% from 680); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF3E6 is #300C19. Grayscale: #E6E6E6. Windows color (decimal): -3148826 or 15135695. OLE color: 15135695.
HSL color Cylindrical-coordinate representation of color #CFF3E6: hue angle of 158.33º 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 #CFF3E6 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
RGB | 207 | 243 | 230 | - |
CMYK | 0.15 | 0 | 0.05 | 0.05 |
HSL | 158.33º | 0.6% | 0.88% | - |
HSV(B) | 158.33º | 0.15% | 0.95% | - |
XYZ | 72.07 | 83.08 | 87.1 | - |
YUV | 230.75 | 127.57 | 111.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 243 | 230 | 0.15 | 0 | 0.05 | 0.05 | 158.33 | 0.6 | 0.88 |
Hex | CF | F3 | E6 | F | 0 | 5 | 5 | 9E | 3C | 58 |
Octal | 317 | 363 | 346 | 17 | 0 | 5 | 5 | 236 | 74 | 130 |
Binary | 11001111 | 11110011 | 11100110 | 1111 | 0 | 101 | 101 | 10011110 | 111100 | 1011000 |
Color Harmonies of #CFF3E6
Complementary color
Monochromatic Colors of #CFF3E6
Black with #CFF3E6
Text Example
Text Example
White with #CFF3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF3E6; }
p { color: rgb(207,243,230); }
H1.HeaderClassName
{
color: #CFF3E6;
}
.AnyTagClassName
{
color: #CFF3E6;
}
</style>
background-color css
<style>
a { background-color: #CFF3E6; }
a { background-color: rgb(207,243,230); }
div.DivClassName
{
background-color: #CFF3E6;
}
.BgClassName
{
background-color: #CFF3E6;
}
</style>
border-color css
<style>
span { border-color: #CFF3E6; }
span { border-color: rgb(207,243,230); }
td.TdClassName
{
border-color: #CFF3E6;
}
.TagClassName
{
border-color: #CFF3E6;
}
</style>