#D4EAAA

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

Shades of Reef #D4EAAA

Tints of Reef #D4EAAA

Color information

#D4EAAA (or 0xD4EAAA) is unknown color: approx Reef. HEX triplet: D4, EA and AA. RGB value is (212,234,170). Sum of RGB (Red+Green+Blue) = 212+234+170=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EAAA is #2B1555. Grayscale: #DCDCDC. Windows color (decimal): -2823510 or 11201236. OLE color: 11201236.

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

Color convert

RGB212234170-
CMYK0.0900.270.08
HSL80.62º60.38%79.22%-
HSV(B)80.62º27.35%91.76%-
XYZ63.8375.7449.29-
YUV220.1399.71122.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.42%
GREEN value IS 234 (91.80% from 255) = 37.99%
BLUE value IS 170 (66.80% from 255) = 27.60%
R=34.42%
G=37.99%
B=27.60%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122341700.0900.270.0880.6260.3879.22
HexD4EAAA901B8513c4f
Octal324352252110331012174117
Binary1101010011101010101010101001011011100010100011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EAAA; }

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

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

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

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

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

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

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

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