#D4E8AA

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

Shades of Reef #D4E8AA

Tints of Reef #D4E8AA

Color information

#D4E8AA (or 0xD4E8AA) is unknown color: approx Reef. HEX triplet: D4, E8 and AA. RGB value is (212,232,170). Sum of RGB (Red+Green+Blue) = 212+232+170=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #D4E8AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E8AA is #2B1755. Grayscale: #DBDBDB. Windows color (decimal): -2824022 or 11200724. OLE color: 11200724.

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

Color convert

RGB212232170-
CMYK0.0900.270.09
HSL79.35º57.41%78.82%-
HSV(B)79.35º26.72%90.98%-
XYZ63.2674.6149.1-
YUV218.95100.37123.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.53%
GREEN value IS 232 (91.02% from 255) = 37.79%
BLUE value IS 170 (66.80% from 255) = 27.69%
R=34.53%
G=37.79%
B=27.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122321700.0900.270.0979.3557.4178.82
HexD4E8AA901B94f394f
Octal324350252110331111771117
Binary1101010011101000101010101001011011100110011111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E8AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E8AA; }

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

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

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

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

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

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

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

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