#D4EBAA

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

Shades of Reef #D4EBAA

Tints of Reef #D4EBAA

Color information

#D4EBAA (or 0xD4EBAA) is unknown color: approx Reef. HEX triplet: D4, EB and AA. RGB value is (212,235,170). Sum of RGB (Red+Green+Blue) = 212+235+170=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 170 (66.80% from 255 or 27.55% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EBAA is #2B1455. Grayscale: #DCDCDC. Windows color (decimal): -2823254 or 11201492. OLE color: 11201492.

HSL color Cylindrical-coordinate representation of color #D4EBAA: hue angle of 81.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D4EBAA is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB212235170-
CMYK0.1000.280.08
HSL81.23º61.9%79.41%-
HSV(B)81.23º27.66%92.16%-
XYZ64.1276.3249.38-
YUV220.7199.38121.79-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 235 (92.19% from 255) = 38.09%
BLUE value IS 170 (66.80% from 255) = 27.55%
R=34.36%
G=38.09%
B=27.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122351700.1000.280.0881.2361.979.41
HexD4EBAAA01C8513e4f
Octal324353252120341012176117
Binary1101010011101011101010101010011100100010100011111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EBAA; }

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

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

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

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

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

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

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

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