#D0EEE5

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

Shades of Humming Bird #D0EEE5

Tints of Humming Bird #D0EEE5

Color information

#D0EEE5 (or 0xD0EEE5) is unknown color: approx Humming Bird. HEX triplet: D0, EE and E5. RGB value is (208,238,229). Sum of RGB (Red+Green+Blue) = 208+238+229=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEE5 is #2F111A. Grayscale: #E4E4E4. Windows color (decimal): -3084571 or 15068880. OLE color: 15068880.

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

Color convert

RGB208238229-
CMYK0.1300.040.07
HSL162º46.88%87.45%-
HSV(B)162º12.61%93.33%-
XYZ70.7380.2285.88-
YUV228128.56113.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.81%
GREEN value IS 238 (93.36% from 255) = 35.26%
BLUE value IS 229 (89.84% from 255) = 33.93%
R=30.81%
G=35.26%
B=33.93%

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
Decimal2082382290.1300.040.0716246.8887.45
HexD0EEE5D047a22f57
Octal3203563451504724257127
Binary11010000111011101110010111010100111101000101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEE5; }

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

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

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

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

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

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

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

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