Shades of Humming Bird #D2FFED
Tints of Humming Bird #D2FFED
RGB
CMYK
RGB Variations
Color information
#D2FFED (or 0xD2FFED) is known color: Humming Bird. HEX triplet: D2, FF and ED. RGB value is (210,255,237). Sum of RGB (Red+Green+Blue) = 210+255+237=702 (92% of max value = 765). Red value is 210 (82.42% from 255 or 29.91% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2FFED is #2D0012. Grayscale: #EFEFEF. Windows color (decimal): -2949139 or 15597522. OLE color: 15597522.
HSL color Cylindrical-coordinate representation of color #D2FFED: hue angle of 156º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FFED is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
RGB | 210 | 255 | 237 | - |
CMYK | 0.18 | 0 | 0.07 | 0 |
HSL | 156º | 1% | 0.91% | - |
HSV(B) | 156º | 0.18% | 1% | - |
XYZ | 77.62 | 91.34 | 93.66 | - |
YUV | 239.49 | 126.59 | 106.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 210 | 255 | 237 | 0.18 | 0 | 0.07 | 0 | 156 | 1 | 0.91 |
Hex | D2 | FF | ED | 12 | 0 | 7 | 0 | 9C | 64 | 5B |
Octal | 322 | 377 | 355 | 22 | 0 | 7 | 0 | 234 | 144 | 133 |
Binary | 11010010 | 11111111 | 11101101 | 10010 | 0 | 111 | 0 | 10011100 | 1100100 | 1011011 |
Color Harmonies of #D2FFED
Complementary color
Monochromatic Colors of #D2FFED
Black with #D2FFED
Text Example
Text Example
White with #D2FFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2FFED; }
p { color: rgb(210,255,237); }
H1.HeaderClassName
{
color: #D2FFED;
}
.AnyTagClassName
{
color: #D2FFED;
}
</style>
background-color css
<style>
a { background-color: #D2FFED; }
a { background-color: rgb(210,255,237); }
div.DivClassName
{
background-color: #D2FFED;
}
.BgClassName
{
background-color: #D2FFED;
}
</style>
border-color css
<style>
span { border-color: #D2FFED; }
span { border-color: rgb(210,255,237); }
td.TdClassName
{
border-color: #D2FFED;
}
.TagClassName
{
border-color: #D2FFED;
}
</style>