#D0FFED

Color #D0FFED Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #D0FFED

Tints of Humming Bird #D0FFED

Color information

#D0FFED (or 0xD0FFED) is unknown color: approx Humming Bird. HEX triplet: D0, FF and ED. RGB value is (208,255,237). Sum of RGB (Red+Green+Blue) = 208+255+237=700 (92% of max value = 765). Red value is 208 (81.64% from 255 or 29.71% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FFED is #2F0012. Grayscale: #EEEEEE. Windows color (decimal): -3080211 or 15597520. OLE color: 15597520.

HSL color Cylindrical-coordinate representation of color #D0FFED: hue angle of 157.02º 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 #D0FFED is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB208255237-
CMYK0.1800.070
HSL157.02º100%90.78%-
HSV(B)157.02º18.43%100%-
XYZ77.0691.0493.63-
YUV238.9126.93105.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 29.71%
GREEN value IS 255 (100% from 255) = 36.43%
BLUE value IS 237 (92.97% from 255) = 33.86%
R=29.71%
G=36.43%
B=33.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082552370.1800.070157.0210090.78
HexD0FFED120709d645b
Octal32037735522070235144133
Binary11010000111111111110110110010011101001110111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFED; }

 p { color: rgb(208,255,237); }

 H1.HeaderClassName
 {
   color: #D0FFED;
 }
 .AnyTagClassName
 {
   color: #D0FFED;
 }
</style>
background-color css

<style>
 a { background-color: #D0FFED; }

 a { background-color: rgb(208,255,237); }

 div.DivClassName
 {
   background-color: #D0FFED;
 }
 .BgClassName
 {
   background-color: #D0FFED;
 }
</style>
border-color css

<style>
 span { border-color: #D0FFED; }

 span { border-color: rgb(208,255,237); }

 td.TdClassName
 {
   border-color: #D0FFED;
 }
 .TagClassName
 {
   border-color: #D0FFED;
 }
</style>