#D5F2E8

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

Shades of Humming Bird #D5F2E8

Tints of Humming Bird #D5F2E8

Color information

#D5F2E8 (or 0xD5F2E8) is unknown color: approx Humming Bird. HEX triplet: D5, F2 and E8. RGB value is (213,242,232). Sum of RGB (Red+Green+Blue) = 213+242+232=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 242 (94.92% from 255 or 35.23% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F2E8 is #2A0D17. Grayscale: #E8E8E8. Windows color (decimal): -2755864 or 15266517. OLE color: 15266517.

HSL color Cylindrical-coordinate representation of color #D5F2E8: hue angle of 159.31º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F2E8 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB213242232-
CMYK0.1200.040.05
HSL159.31º52.73%89.22%-
HSV(B)159.31º11.98%94.9%-
XYZ73.7683.4888.57-
YUV232.19127.89114.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.00%
GREEN value IS 242 (94.92% from 255) = 35.23%
BLUE value IS 232 (91.02% from 255) = 33.77%
R=31.00%
G=35.23%
B=33.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132422320.1200.040.05159.3152.7389.22
HexD5F2E8C0459f3559
Octal3253623501404523765131
Binary11010101111100101110100011000100101100111111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F2E8; }

 p { color: rgb(213,242,232); }

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

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

 a { background-color: rgb(213,242,232); }

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

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

 span { border-color: rgb(213,242,232); }

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