#D4EAA1

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

Shades of Reef #D4EAA1

Tints of Reef #D4EAA1

Color information

#D4EAA1 (or 0xD4EAA1) is unknown color: approx Reef. HEX triplet: D4, EA and A1. RGB value is (212,234,161). Sum of RGB (Red+Green+Blue) = 212+234+161=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EAA1 is #2B155E. Grayscale: #DBDBDB. Windows color (decimal): -2823519 or 10611412. OLE color: 10611412.

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

Color convert

RGB212234161-
CMYK0.0900.310.08
HSL78.08º63.48%77.45%-
HSV(B)78.08º31.2%91.76%-
XYZ63.0175.4244.95-
YUV219.195.21122.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.93%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 161 (63.28% from 255) = 26.52%
R=34.93%
G=38.55%
B=26.52%

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
Decimal2122341610.0900.310.0878.0863.4877.45
HexD4EAA1901F84e3f4d
Octal324352241110371011677115
Binary1101010011101010101000011001011111100010011101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EAA1; }

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

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

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

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

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

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

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

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