#D0FAEB

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

Shades of Humming Bird #D0FAEB

Tints of Humming Bird #D0FAEB

Color information

#D0FAEB (or 0xD0FAEB) is unknown color: approx Humming Bird. HEX triplet: D0, FA and EB. RGB value is (208,250,235). Sum of RGB (Red+Green+Blue) = 208+250+235=693 (91% of max value = 765). Red value is 208 (81.64% from 255 or 30.01% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #D0FAEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D0FAEB is #2F0514. Grayscale: #EBEBEB. Windows color (decimal): -3081493 or 15465168. OLE color: 15465168.

HSL color Cylindrical-coordinate representation of color #D0FAEB: hue angle of 158.57º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0FAEB is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB208250235-
CMYK0.1700.060.02
HSL158.57º80.77%89.8%-
HSV(B)158.57º16.8%98.04%-
XYZ75.1987.7891.58-
YUV235.73127.59108.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.01%
GREEN value IS 250 (98.05% from 255) = 36.08%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=30.01%
G=36.08%
B=33.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2082502350.1700.060.02158.5780.7789.8
HexD0FAEB110629f515a
Octal32037235321062237121132
Binary110100001111101011101011100010110101001111110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FAEB; }

 p { color: rgb(208,250,235); }

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

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

 a { background-color: rgb(208,250,235); }

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

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

 span { border-color: rgb(208,250,235); }

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