#D5EBE4

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

Shades of Humming Bird #D5EBE4

Tints of Humming Bird #D5EBE4

Color information

#D5EBE4 (or 0xD5EBE4) is unknown color: approx Humming Bird. HEX triplet: D5, EB and E4. RGB value is (213,235,228). Sum of RGB (Red+Green+Blue) = 213+235+228=676 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.51% from 676); Green value is 235 (92.19% from 255 or 34.76% from 676); Blue value is 228 (89.45% from 255 or 33.73% from 676); Max value from RGB is 235 - color contains mainly: green. Hex color #D5EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EBE4 is #2A141B. Grayscale: #E3E3E3. Windows color (decimal): -2757660 or 15002581. OLE color: 15002581.

HSL color Cylindrical-coordinate representation of color #D5EBE4: hue angle of 160.91º degrees, saturation: 0.35, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5EBE4 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB213235228-
CMYK0.0900.030.08
HSL160.91º35.48%87.84%-
HSV(B)160.91º9.36%92.16%-
XYZ71.1579.1684.93-
YUV227.62128.21117.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.51%
GREEN value IS 235 (92.19% from 255) = 34.76%
BLUE value IS 228 (89.45% from 255) = 33.73%
R=31.51%
G=34.76%
B=33.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2132352280.0900.030.08160.9135.4887.84
HexD5EBE49038a12358
Octal32535334411031024143130
Binary11010101111010111110010010010111000101000011000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EBE4; }

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

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

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

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

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

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

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

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