Shades of Humming Bird #CFE8DF
Tints of Humming Bird #CFE8DF
RGB
CMYK
RGB Variations
Color information
#CFE8DF (or 0xCFE8DF) is known color: Humming Bird. HEX triplet: CF, E8 and DF. RGB value is (207,232,223). Sum of RGB (Red+Green+Blue) = 207+232+223=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8DF is #301720. Grayscale: #DFDFDF. Windows color (decimal): -3151649 or 14674127. OLE color: 14674127.
HSL color Cylindrical-coordinate representation of color #CFE8DF: hue angle of 158.4º degrees, saturation: 0.35, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE8DF is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
RGB | 207 | 232 | 223 | - |
CMYK | 0.11 | 0 | 0.04 | 0.09 |
HSL | 158.4º | 0.35% | 0.86% | - |
HSV(B) | 158.4º | 0.11% | 0.91% | - |
XYZ | 67.91 | 76.31 | 80.96 | - |
YUV | 223.5 | 127.72 | 116.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 232 | 223 | 0.11 | 0 | 0.04 | 0.09 | 158.4 | 0.35 | 0.86 |
Hex | CF | E8 | DF | B | 0 | 4 | 9 | 9E | 23 | 56 |
Octal | 317 | 350 | 337 | 13 | 0 | 4 | 11 | 236 | 43 | 126 |
Binary | 11001111 | 11101000 | 11011111 | 1011 | 0 | 100 | 1001 | 10011110 | 100011 | 1010110 |
Color Harmonies of #CFE8DF
Complementary color
Monochromatic Colors of #CFE8DF
Black with #CFE8DF
Text Example
Text Example
White with #CFE8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE8DF; }
p { color: rgb(207,232,223); }
H1.HeaderClassName
{
color: #CFE8DF;
}
.AnyTagClassName
{
color: #CFE8DF;
}
</style>
background-color css
<style>
a { background-color: #CFE8DF; }
a { background-color: rgb(207,232,223); }
div.DivClassName
{
background-color: #CFE8DF;
}
.BgClassName
{
background-color: #CFE8DF;
}
</style>
border-color css
<style>
span { border-color: #CFE8DF; }
span { border-color: rgb(207,232,223); }
td.TdClassName
{
border-color: #CFE8DF;
}
.TagClassName
{
border-color: #CFE8DF;
}
</style>