Shades of Humming Bird #CEFDF4
Tints of Humming Bird #CEFDF4
RGB
CMYK
RGB Variations
Color information
#CEFDF4 (or 0xCEFDF4) is known color: Humming Bird. HEX triplet: CE, FD and F4. RGB value is (206,253,244). Sum of RGB (Red+Green+Blue) = 206+253+244=703 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.30% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 244 (95.70% from 255 or 34.71% from 703); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFDF4 is #31020B. Grayscale: #EDEDED. Windows color (decimal): -3211788 or 16055758. OLE color: 16055758.
HSL color Cylindrical-coordinate representation of color #CEFDF4: hue angle of 168.51º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFDF4 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 253 | 244 | - |
CMYK | 0.19 | 0 | 0.04 | 0.01 |
HSL | 168.51º | 0.92% | 0.9% | - |
HSV(B) | 168.51º | 0.19% | 0.99% | - |
XYZ | 76.91 | 89.9 | 98.89 | - |
YUV | 237.92 | 131.43 | 105.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 253 | 244 | 0.19 | 0 | 0.04 | 0.01 | 168.51 | 0.92 | 0.9 |
Hex | CE | FD | F4 | 13 | 0 | 4 | 1 | A9 | 5C | 5A |
Octal | 316 | 375 | 364 | 23 | 0 | 4 | 1 | 251 | 134 | 132 |
Binary | 11001110 | 11111101 | 11110100 | 10011 | 0 | 100 | 1 | 10101001 | 1011100 | 1011010 |
Color Harmonies of #CEFDF4
Complementary color
Monochromatic Colors of #CEFDF4
Black with #CEFDF4
Text Example
Text Example
White with #CEFDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDF4; }
p { color: rgb(206,253,244); }
H1.HeaderClassName
{
color: #CEFDF4;
}
.AnyTagClassName
{
color: #CEFDF4;
}
</style>
background-color css
<style>
a { background-color: #CEFDF4; }
a { background-color: rgb(206,253,244); }
div.DivClassName
{
background-color: #CEFDF4;
}
.BgClassName
{
background-color: #CEFDF4;
}
</style>
border-color css
<style>
span { border-color: #CEFDF4; }
span { border-color: rgb(206,253,244); }
td.TdClassName
{
border-color: #CEFDF4;
}
.TagClassName
{
border-color: #CEFDF4;
}
</style>