Shades of Humming Bird #CEECDF
Tints of Humming Bird #CEECDF
RGB
CMYK
RGB Variations
Color information
#CEECDF (or 0xCEECDF) is known color: Humming Bird. HEX triplet: CE, EC and DF. RGB value is (206,236,223). Sum of RGB (Red+Green+Blue) = 206+236+223=665 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.98% from 665); Green value is 236 (92.58% from 255 or 35.49% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECDF is #311320. Grayscale: #E1E1E1. Windows color (decimal): -3216161 or 14675150. OLE color: 14675150.
HSL color Cylindrical-coordinate representation of color #CEECDF: hue angle of 154º degrees, saturation: 0.44, 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 #CEECDF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 206 | 236 | 223 | - |
CMYK | 0.13 | 0 | 0.06 | 0.07 |
HSL | 154º | 0.44% | 0.87% | - |
HSV(B) | 154º | 0.13% | 0.93% | - |
XYZ | 68.77 | 78.44 | 81.33 | - |
YUV | 225.55 | 126.56 | 114.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 236 | 223 | 0.13 | 0 | 0.06 | 0.07 | 154 | 0.44 | 0.87 |
Hex | CE | EC | DF | D | 0 | 6 | 7 | 9A | 2C | 57 |
Octal | 316 | 354 | 337 | 15 | 0 | 6 | 7 | 232 | 54 | 127 |
Binary | 11001110 | 11101100 | 11011111 | 1101 | 0 | 110 | 111 | 10011010 | 101100 | 1010111 |
Color Harmonies of #CEECDF
Complementary color
Monochromatic Colors of #CEECDF
Black with #CEECDF
Text Example
Text Example
White with #CEECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEECDF; }
p { color: rgb(206,236,223); }
H1.HeaderClassName
{
color: #CEECDF;
}
.AnyTagClassName
{
color: #CEECDF;
}
</style>
background-color css
<style>
a { background-color: #CEECDF; }
a { background-color: rgb(206,236,223); }
div.DivClassName
{
background-color: #CEECDF;
}
.BgClassName
{
background-color: #CEECDF;
}
</style>
border-color css
<style>
span { border-color: #CEECDF; }
span { border-color: rgb(206,236,223); }
td.TdClassName
{
border-color: #CEECDF;
}
.TagClassName
{
border-color: #CEECDF;
}
</style>