#D0F1E5

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

Shades of Humming Bird #D0F1E5

Tints of Humming Bird #D0F1E5

Color information

#D0F1E5 (or 0xD0F1E5) is unknown color: approx Humming Bird. HEX triplet: D0, F1 and E5. RGB value is (208,241,229). Sum of RGB (Red+Green+Blue) = 208+241+229=678 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.68% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 229 (89.84% from 255 or 33.78% from 678); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1E5 is #2F0E1A. Grayscale: #E5E5E5. Windows color (decimal): -3083803 or 15069648. OLE color: 15069648.

HSL color Cylindrical-coordinate representation of color #D0F1E5: hue angle of 158.18º degrees, saturation: 0.54, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D0F1E5 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB208241229-
CMYK0.1400.050.05
HSL158.18º54.1%88.04%-
HSV(B)158.18º13.69%94.51%-
XYZ71.6181.9886.18-
YUV229.76127.57112.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.68%
GREEN value IS 241 (94.53% from 255) = 35.55%
BLUE value IS 229 (89.84% from 255) = 33.78%
R=30.68%
G=35.55%
B=33.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2082412290.1400.050.05158.1854.188.04
HexD0F1E5E0559e3658
Octal3203613451605523666130
Binary11010000111100011110010111100101101100111101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F1E5; }

 p { color: rgb(208,241,229); }

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

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

 a { background-color: rgb(208,241,229); }

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

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

 span { border-color: rgb(208,241,229); }

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