#D0EDE5

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

Shades of Humming Bird #D0EDE5

Tints of Humming Bird #D0EDE5

Color information

#D0EDE5 (or 0xD0EDE5) is unknown color: approx Humming Bird. HEX triplet: D0, ED and E5. RGB value is (208,237,229). Sum of RGB (Red+Green+Blue) = 208+237+229=674 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.86% from 674); Green value is 237 (92.97% from 255 or 35.16% from 674); Blue value is 229 (89.84% from 255 or 33.98% from 674); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDE5 is #2F121A. Grayscale: #E3E3E3. Windows color (decimal): -3084827 or 15068624. OLE color: 15068624.

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

Color convert

RGB208237229-
CMYK0.1200.030.07
HSL163.45º44.62%87.25%-
HSV(B)163.45º12.24%92.94%-
XYZ70.4479.6485.79-
YUV227.42128.89114.15-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.86%
GREEN value IS 237 (92.97% from 255) = 35.16%
BLUE value IS 229 (89.84% from 255) = 33.98%
R=30.86%
G=35.16%
B=33.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082372290.1200.030.07163.4544.6287.25
HexD0EDE5C037a32d57
Octal3203553451403724355127
Binary1101000011101101111001011100011111101000111011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EDE5; }

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

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

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

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

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

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

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

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