Shades of Humming Bird #CFEEE5
Tints of Humming Bird #CFEEE5
RGB
CMYK
RGB Variations
Color information
#CFEEE5 (or 0xCFEEE5) is known color: Humming Bird. HEX triplet: CF, EE and E5. RGB value is (207,238,229). Sum of RGB (Red+Green+Blue) = 207+238+229=674 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.71% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEE5 is #30111A. Grayscale: #E3E3E3. Windows color (decimal): -3150107 or 15068879. OLE color: 15068879.
HSL color Cylindrical-coordinate representation of color #CFEEE5: hue angle of 162.58º 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 #CFEEE5 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 238 | 229 | - |
CMYK | 0.13 | 0 | 0.04 | 0.07 |
HSL | 162.58º | 0.48% | 0.87% | - |
HSV(B) | 162.58º | 0.13% | 0.93% | - |
XYZ | 70.45 | 80.07 | 85.87 | - |
YUV | 227.71 | 128.73 | 113.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 238 | 229 | 0.13 | 0 | 0.04 | 0.07 | 162.58 | 0.48 | 0.87 |
Hex | CF | EE | E5 | D | 0 | 4 | 7 | A3 | 30 | 57 |
Octal | 317 | 356 | 345 | 15 | 0 | 4 | 7 | 243 | 60 | 127 |
Binary | 11001111 | 11101110 | 11100101 | 1101 | 0 | 100 | 111 | 10100011 | 110000 | 1010111 |
Color Harmonies of #CFEEE5
Complementary color
Monochromatic Colors of #CFEEE5
Black with #CFEEE5
Text Example
Text Example
White with #CFEEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEE5; }
p { color: rgb(207,238,229); }
H1.HeaderClassName
{
color: #CFEEE5;
}
.AnyTagClassName
{
color: #CFEEE5;
}
</style>
background-color css
<style>
a { background-color: #CFEEE5; }
a { background-color: rgb(207,238,229); }
div.DivClassName
{
background-color: #CFEEE5;
}
.BgClassName
{
background-color: #CFEEE5;
}
</style>
border-color css
<style>
span { border-color: #CFEEE5; }
span { border-color: rgb(207,238,229); }
td.TdClassName
{
border-color: #CFEEE5;
}
.TagClassName
{
border-color: #CFEEE5;
}
</style>