#D5F7EB

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

Shades of Humming Bird #D5F7EB

Tints of Humming Bird #D5F7EB

Color information

#D5F7EB (or 0xD5F7EB) is unknown color: approx Humming Bird. HEX triplet: D5, F7 and EB. RGB value is (213,247,235). Sum of RGB (Red+Green+Blue) = 213+247+235=695 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.65% from 695); Green value is 247 (96.88% from 255 or 35.54% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 247 - color contains mainly: green. Hex color #D5F7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F7EB is #2A0814. Grayscale: #EBEBEB. Windows color (decimal): -2754581 or 15464405. OLE color: 15464405.

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

Color convert

RGB213247235-
CMYK0.1400.050.03
HSL158.82º68%90.2%-
HSV(B)158.82º13.77%96.86%-
XYZ75.786.6791.34-
YUV235.47127.74111.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.65%
GREEN value IS 247 (96.88% from 255) = 35.54%
BLUE value IS 235 (92.19% from 255) = 33.81%
R=30.65%
G=35.54%
B=33.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132472350.1400.050.03158.826890.2
HexD5F7EBE0539f445a
Octal32536735316053237104132
Binary11010101111101111110101111100101111001111110001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F7EB; }

 p { color: rgb(213,247,235); }

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

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

 a { background-color: rgb(213,247,235); }

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

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

 span { border-color: rgb(213,247,235); }

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