Shades of Humming Bird #D0FFF4
Tints of Humming Bird #D0FFF4
RGB
CMYK
RGB Variations
Color information
#D0FFF4 (or 0xD0FFF4) is known color: Humming Bird. HEX triplet: D0, FF and F4. RGB value is (208,255,244). Sum of RGB (Red+Green+Blue) = 208+255+244=707 (93% of max value = 765). Red value is 208 (81.64% from 255 or 29.42% from 707); Green value is 255 (100% from 255 or 36.07% from 707); Blue value is 244 (95.70% from 255 or 34.51% from 707); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFF4 is #2F000B. Grayscale: #EFEFEF. Windows color (decimal): -3080204 or 16056272. OLE color: 16056272.
HSL color Cylindrical-coordinate representation of color #D0FFF4: hue angle of 165.96º 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 #D0FFF4 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 208 | 255 | 244 | - |
CMYK | 0.18 | 0 | 0.04 | 0 |
HSL | 165.96º | 1% | 0.91% | - |
HSV(B) | 165.96º | 0.18% | 1% | - |
XYZ | 78.1 | 91.46 | 99.13 | - |
YUV | 239.69 | 130.43 | 105.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 255 | 244 | 0.18 | 0 | 0.04 | 0 | 165.96 | 1 | 0.91 |
Hex | D0 | FF | F4 | 12 | 0 | 4 | 0 | A6 | 64 | 5B |
Octal | 320 | 377 | 364 | 22 | 0 | 4 | 0 | 246 | 144 | 133 |
Binary | 11010000 | 11111111 | 11110100 | 10010 | 0 | 100 | 0 | 10100110 | 1100100 | 1011011 |
Color Harmonies of #D0FFF4
Complementary color
Monochromatic Colors of #D0FFF4
Black with #D0FFF4
Text Example
Text Example
White with #D0FFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FFF4; }
p { color: rgb(208,255,244); }
H1.HeaderClassName
{
color: #D0FFF4;
}
.AnyTagClassName
{
color: #D0FFF4;
}
</style>
background-color css
<style>
a { background-color: #D0FFF4; }
a { background-color: rgb(208,255,244); }
div.DivClassName
{
background-color: #D0FFF4;
}
.BgClassName
{
background-color: #D0FFF4;
}
</style>
border-color css
<style>
span { border-color: #D0FFF4; }
span { border-color: rgb(208,255,244); }
td.TdClassName
{
border-color: #D0FFF4;
}
.TagClassName
{
border-color: #D0FFF4;
}
</style>