#D4EAAC

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

Shades of Reef #D4EAAC

Tints of Reef #D4EAAC

Color information

#D4EAAC (or 0xD4EAAC) is unknown color: approx Reef. HEX triplet: D4, EA and AC. RGB value is (212,234,172). Sum of RGB (Red+Green+Blue) = 212+234+172=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 172 (67.58% from 255 or 27.83% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EAAC is #2B1553. Grayscale: #DCDCDC. Windows color (decimal): -2823508 or 11332308. OLE color: 11332308.

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

Color convert

RGB212234172-
CMYK0.0900.260.08
HSL81.29º59.62%79.61%-
HSV(B)81.29º26.5%91.76%-
XYZ64.0275.8250.29-
YUV220.35100.71122.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.30%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 172 (67.58% from 255) = 27.83%
R=34.30%
G=37.86%
B=27.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122341720.0900.260.0881.2959.6279.61
HexD4EAAC901A8513c50
Octal324352254110321012174120
Binary1101010011101010101011001001011010100010100011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EAAC; }

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

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

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

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

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

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

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

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