#D0EEE4

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

Shades of Humming Bird #D0EEE4

Tints of Humming Bird #D0EEE4

Color information

#D0EEE4 (or 0xD0EEE4) is unknown color: approx Humming Bird. HEX triplet: D0, EE and E4. RGB value is (208,238,228). Sum of RGB (Red+Green+Blue) = 208+238+228=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEE4 is #2F111B. Grayscale: #E3E3E3. Windows color (decimal): -3084572 or 15003344. OLE color: 15003344.

HSL color Cylindrical-coordinate representation of color #D0EEE4: hue angle of 160º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0EEE4 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB208238228-
CMYK0.1300.040.07
HSL160º46.88%87.45%-
HSV(B)160º12.61%93.33%-
XYZ70.5980.1685.15-
YUV227.89128.06113.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.86%
GREEN value IS 238 (93.36% from 255) = 35.31%
BLUE value IS 228 (89.45% from 255) = 33.83%
R=30.86%
G=35.31%
B=33.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082382280.1300.040.0716046.8887.45
HexD0EEE4D047a02f57
Octal3203563441504724057127
Binary11010000111011101110010011010100111101000001011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEE4; }

 p { color: rgb(208,238,228); }

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

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

 a { background-color: rgb(208,238,228); }

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

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

 span { border-color: rgb(208,238,228); }

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