#D5F1E8

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

Shades of Humming Bird #D5F1E8

Tints of Humming Bird #D5F1E8

Color information

#D5F1E8 (or 0xD5F1E8) is unknown color: approx Humming Bird. HEX triplet: D5, F1 and E8. RGB value is (213,241,232). Sum of RGB (Red+Green+Blue) = 213+241+232=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F1E8 is #2A0E17. Grayscale: #E7E7E7. Windows color (decimal): -2756120 or 15266261. OLE color: 15266261.

HSL color Cylindrical-coordinate representation of color #D5F1E8: hue angle of 160.71º degrees, saturation: 0.5, 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 #D5F1E8 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB213241232-
CMYK0.1200.040.05
HSL160.71º50%89.02%-
HSV(B)160.71º11.62%94.51%-
XYZ73.4682.8888.47-
YUV231.6128.22114.73-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.05%
GREEN value IS 241 (94.53% from 255) = 35.13%
BLUE value IS 232 (91.02% from 255) = 33.82%
R=31.05%
G=35.13%
B=33.82%

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
Decimal2132412320.1200.040.05160.715089.02
HexD5F1E8C045a13259
Octal3253613501404524162131
Binary11010101111100011110100011000100101101000011100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F1E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F1E8; }

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

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

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

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

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

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

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

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