Shades of Humming Bird #CEFDED
Tints of Humming Bird #CEFDED
RGB
CMYK
RGB Variations
Color information
#CEFDED (or 0xCEFDED) is known color: Humming Bird. HEX triplet: CE, FD and ED. RGB value is (206,253,237). Sum of RGB (Red+Green+Blue) = 206+253+237=696 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.60% from 696); Green value is 253 (99.22% from 255 or 36.35% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFDED is #310212. Grayscale: #EDEDED. Windows color (decimal): -3211795 or 15597006. OLE color: 15597006.
HSL color Cylindrical-coordinate representation of color #CEFDED: hue angle of 159.57º 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 #CEFDED is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 206 | 253 | 237 | - |
CMYK | 0.19 | 0 | 0.06 | 0.01 |
HSL | 159.57º | 0.92% | 0.9% | - |
HSV(B) | 159.57º | 0.19% | 0.99% | - |
XYZ | 75.86 | 89.49 | 93.39 | - |
YUV | 237.12 | 127.93 | 105.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 253 | 237 | 0.19 | 0 | 0.06 | 0.01 | 159.57 | 0.92 | 0.9 |
Hex | CE | FD | ED | 13 | 0 | 6 | 1 | A0 | 5C | 5A |
Octal | 316 | 375 | 355 | 23 | 0 | 6 | 1 | 240 | 134 | 132 |
Binary | 11001110 | 11111101 | 11101101 | 10011 | 0 | 110 | 1 | 10100000 | 1011100 | 1011010 |
Color Harmonies of #CEFDED
Complementary color
Monochromatic Colors of #CEFDED
Black with #CEFDED
Text Example
Text Example
White with #CEFDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEFDED; }
p { color: rgb(206,253,237); }
H1.HeaderClassName
{
color: #CEFDED;
}
.AnyTagClassName
{
color: #CEFDED;
}
</style>
background-color css
<style>
a { background-color: #CEFDED; }
a { background-color: rgb(206,253,237); }
div.DivClassName
{
background-color: #CEFDED;
}
.BgClassName
{
background-color: #CEFDED;
}
</style>
border-color css
<style>
span { border-color: #CEFDED; }
span { border-color: rgb(206,253,237); }
td.TdClassName
{
border-color: #CEFDED;
}
.TagClassName
{
border-color: #CEFDED;
}
</style>