#D0E9E0

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

Shades of Humming Bird #D0E9E0

Tints of Humming Bird #D0E9E0

Color information

#D0E9E0 (or 0xD0E9E0) is unknown color: approx Humming Bird. HEX triplet: D0, E9 and E0. RGB value is (208,233,224). Sum of RGB (Red+Green+Blue) = 208+233+224=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E9E0 is #2F161F. Grayscale: #E0E0E0. Windows color (decimal): -3085856 or 14739920. OLE color: 14739920.

HSL color Cylindrical-coordinate representation of color #D0E9E0: hue angle of 158.4º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E9E0 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB208233224-
CMYK0.1100.040.09
HSL158.4º36.23%86.47%-
HSV(B)158.4º10.73%91.37%-
XYZ68.6177.0781.78-
YUV224.5127.72116.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.28%
GREEN value IS 233 (91.41% from 255) = 35.04%
BLUE value IS 224 (87.89% from 255) = 33.68%
R=31.28%
G=35.04%
B=33.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2082332240.1100.040.09158.436.2386.47
HexD0E9E0B0499e2456
Octal32035134013041123644126
Binary110100001110100111100000101101001001100111101001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0E9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0E9E0; }

 p { color: rgb(208,233,224); }

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

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

 a { background-color: rgb(208,233,224); }

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

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

 span { border-color: rgb(208,233,224); }

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