#D4EAA2

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

Shades of Reef #D4EAA2

Tints of Reef #D4EAA2

Color information

#D4EAA2 (or 0xD4EAA2) is unknown color: approx Reef. HEX triplet: D4, EA and A2. RGB value is (212,234,162). Sum of RGB (Red+Green+Blue) = 212+234+162=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 162 (63.67% from 255 or 26.64% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EAA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EAA2 is #2B155D. Grayscale: #DBDBDB. Windows color (decimal): -2823518 or 10676948. OLE color: 10676948.

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

Color convert

RGB212234162-
CMYK0.0900.310.08
HSL78.33º63.16%77.65%-
HSV(B)78.33º30.77%91.76%-
XYZ63.175.4545.42-
YUV219.2195.71122.85-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.87%
GREEN value IS 234 (91.80% from 255) = 38.49%
BLUE value IS 162 (63.67% from 255) = 26.64%
R=34.87%
G=38.49%
B=26.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122341620.0900.310.0878.3363.1677.65
HexD4EAA2901F84e3f4e
Octal324352242110371011677116
Binary1101010011101010101000101001011111100010011101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EAA2; }

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

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

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

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

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

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

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

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