#D4E8A2

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

Shades of Reef #D4E8A2

Tints of Reef #D4E8A2

Color information

#D4E8A2 (or 0xD4E8A2) is unknown color: approx Reef. HEX triplet: D4, E8 and A2. RGB value is (212,232,162). Sum of RGB (Red+Green+Blue) = 212+232+162=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 162 (63.67% from 255 or 26.73% from 606); Max value from RGB is 232 - color contains mainly: green. Hex color #D4E8A2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E8A2 is #2B175D. Grayscale: #DADADA. Windows color (decimal): -2824030 or 10676436. OLE color: 10676436.

HSL color Cylindrical-coordinate representation of color #D4E8A2: hue angle of 77.14º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4E8A2 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB212232162-
CMYK0.0900.300.09
HSL77.14º60.34%77.25%-
HSV(B)77.14º30.17%90.98%-
XYZ62.5374.3245.23-
YUV218.0496.37123.69-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 232 (91.02% from 255) = 38.28%
BLUE value IS 162 (63.67% from 255) = 26.73%
R=34.98%
G=38.28%
B=26.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122321620.0900.300.0977.1460.3477.25
HexD4E8A2901E94d3c4d
Octal324350242110361111574115
Binary1101010011101000101000101001011110100110011011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E8A2; }

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

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

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

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

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

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

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

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