#D3F8EA

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

Shades of Humming Bird #D3F8EA

Tints of Humming Bird #D3F8EA

Color information

#D3F8EA (or 0xD3F8EA) is unknown color: approx Humming Bird. HEX triplet: D3, F8 and EA. RGB value is (211,248,234). Sum of RGB (Red+Green+Blue) = 211+248+234=693 (91% of max value = 765). Red value is 211 (82.81% from 255 or 30.45% from 693); Green value is 248 (97.27% from 255 or 35.79% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 248 - color contains mainly: green. Hex color #D3F8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D3F8EA is #2C0715. Grayscale: #EBEBEB. Windows color (decimal): -2885398 or 15399123. OLE color: 15399123.

HSL color Cylindrical-coordinate representation of color #D3F8EA: hue angle of 157.3º degrees, saturation: 0.73, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3F8EA is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB211248234-
CMYK0.1500.060.03
HSL157.3º72.55%90%-
HSV(B)157.3º14.92%97.25%-
XYZ75.2886.9290.65-
YUV235.34127.24110.64-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.45%
GREEN value IS 248 (97.27% from 255) = 35.79%
BLUE value IS 234 (91.80% from 255) = 33.77%
R=30.45%
G=35.79%
B=33.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2112482340.1500.060.03157.372.5590
HexD3F8EAF0639d495a
Octal32337035217063235111132
Binary11010011111110001110101011110110111001110110010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F8EA; }

 p { color: rgb(211,248,234); }

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

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

 a { background-color: rgb(211,248,234); }

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

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

 span { border-color: rgb(211,248,234); }

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