#D4EAE4

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

Shades of Humming Bird #D4EAE4

Tints of Humming Bird #D4EAE4

Color information

#D4EAE4 (or 0xD4EAE4) is unknown color: approx Humming Bird. HEX triplet: D4, EA and E4. RGB value is (212,234,228). Sum of RGB (Red+Green+Blue) = 212+234+228=674 (89% of max value = 765). Red value is 212 (83.20% from 255 or 31.45% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EAE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EAE4 is #2B151B. Grayscale: #E2E2E2. Windows color (decimal): -2823452 or 15002324. OLE color: 15002324.

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

Color convert

RGB212234228-
CMYK0.0900.030.08
HSL163.64º34.38%87.45%-
HSV(B)163.64º9.4%91.76%-
XYZ70.5878.4484.82-
YUV226.74128.71117.49-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.45%
GREEN value IS 234 (91.80% from 255) = 34.72%
BLUE value IS 228 (89.45% from 255) = 33.83%
R=31.45%
G=34.72%
B=33.83%

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
Decimal2122342280.0900.030.08163.6434.3887.45
HexD4EAE49038a42257
Octal32435234411031024442127
Binary11010100111010101110010010010111000101001001000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EAE4; }

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

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

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

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

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

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

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

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