Shades of Humming Bird #CFEEE7
Tints of Humming Bird #CFEEE7
RGB
CMYK
RGB Variations
Color information
#CFEEE7 (or 0xCFEEE7) is known color: Humming Bird. HEX triplet: CF, EE and E7. RGB value is (207,238,231). Sum of RGB (Red+Green+Blue) = 207+238+231=676 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.62% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 231 (90.62% from 255 or 34.17% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFEEE7 is #301118. Grayscale: #E3E3E3. Windows color (decimal): -3150105 or 15199951. OLE color: 15199951.
HSL color Cylindrical-coordinate representation of color #CFEEE7: hue angle of 166.45º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEEE7 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 238 | 231 | - |
CMYK | 0.13 | 0 | 0.03 | 0.07 |
HSL | 166.45º | 0.48% | 0.87% | - |
HSV(B) | 166.45º | 0.13% | 0.93% | - |
XYZ | 70.73 | 80.18 | 87.35 | - |
YUV | 227.93 | 129.73 | 113.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 238 | 231 | 0.13 | 0 | 0.03 | 0.07 | 166.45 | 0.48 | 0.87 |
Hex | CF | EE | E7 | D | 0 | 3 | 7 | A6 | 30 | 57 |
Octal | 317 | 356 | 347 | 15 | 0 | 3 | 7 | 246 | 60 | 127 |
Binary | 11001111 | 11101110 | 11100111 | 1101 | 0 | 11 | 111 | 10100110 | 110000 | 1010111 |
Color Harmonies of #CFEEE7
Complementary color
Monochromatic Colors of #CFEEE7
Black with #CFEEE7
Text Example
Text Example
White with #CFEEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEE7; }
p { color: rgb(207,238,231); }
H1.HeaderClassName
{
color: #CFEEE7;
}
.AnyTagClassName
{
color: #CFEEE7;
}
</style>
background-color css
<style>
a { background-color: #CFEEE7; }
a { background-color: rgb(207,238,231); }
div.DivClassName
{
background-color: #CFEEE7;
}
.BgClassName
{
background-color: #CFEEE7;
}
</style>
border-color css
<style>
span { border-color: #CFEEE7; }
span { border-color: rgb(207,238,231); }
td.TdClassName
{
border-color: #CFEEE7;
}
.TagClassName
{
border-color: #CFEEE7;
}
</style>