#D0EEE3

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

Shades of Humming Bird #D0EEE3

Tints of Humming Bird #D0EEE3

Color information

#D0EEE3 (or 0xD0EEE3) is unknown color: approx Humming Bird. HEX triplet: D0, EE and E3. RGB value is (208,238,227). Sum of RGB (Red+Green+Blue) = 208+238+227=673 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.91% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 227 (89.06% from 255 or 33.73% from 673); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEE3 is #2F111C. Grayscale: #E3E3E3. Windows color (decimal): -3084573 or 14937808. OLE color: 14937808.

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

Color convert

RGB208238227-
CMYK0.1300.050.07
HSL158º46.88%87.45%-
HSV(B)158º12.61%93.33%-
XYZ70.4580.1184.42-
YUV227.78127.56113.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.91%
GREEN value IS 238 (93.36% from 255) = 35.36%
BLUE value IS 227 (89.06% from 255) = 33.73%
R=30.91%
G=35.36%
B=33.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082382270.1300.050.0715846.8887.45
HexD0EEE3D0579e2f57
Octal3203563431505723657127
Binary11010000111011101110001111010101111100111101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEE3; }

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

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

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

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

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

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

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

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