#D4EBE4

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

Shades of Humming Bird #D4EBE4

Tints of Humming Bird #D4EBE4

Color information

#D4EBE4 (or 0xD4EBE4) is unknown color: approx Humming Bird. HEX triplet: D4, EB and E4. RGB value is (212,235,228). Sum of RGB (Red+Green+Blue) = 212+235+228=675 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.41% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 228 (89.45% from 255 or 33.78% from 675); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EBE4 is #2B141B. Grayscale: #E3E3E3. Windows color (decimal): -2823196 or 15002580. OLE color: 15002580.

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

Color convert

RGB212235228-
CMYK0.1000.030.08
HSL161.74º36.51%87.65%-
HSV(B)161.74º9.79%92.16%-
XYZ70.8679.0284.92-
YUV227.32128.38117.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.41%
GREEN value IS 235 (92.19% from 255) = 34.81%
BLUE value IS 228 (89.45% from 255) = 33.78%
R=31.41%
G=34.81%
B=33.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122352280.1000.030.08161.7436.5187.65
HexD4EBE4A038a22558
Octal32435334412031024245130
Binary11010100111010111110010010100111000101000101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EBE4; }

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

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

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

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

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

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

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

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