#D4E8AD

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

Shades of Reef #D4E8AD

Tints of Reef #D4E8AD

Color information

#D4E8AD (or 0xD4E8AD) is unknown color: approx Reef. HEX triplet: D4, E8 and AD. RGB value is (212,232,173). Sum of RGB (Red+Green+Blue) = 212+232+173=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 173 (67.97% from 255 or 28.04% from 617); Max value from RGB is 232 - color contains mainly: green. Hex color #D4E8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E8AD is #2B1752. Grayscale: #DBDBDB. Windows color (decimal): -2824019 or 11397332. OLE color: 11397332.

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

Color convert

RGB212232173-
CMYK0.0900.250.09
HSL80.34º56.19%79.41%-
HSV(B)80.34º25.43%90.98%-
XYZ63.5574.7350.61-
YUV219.29101.87122.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 232 (91.02% from 255) = 37.60%
BLUE value IS 173 (67.97% from 255) = 28.04%
R=34.36%
G=37.60%
B=28.04%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2122321730.0900.250.0980.3456.1979.41
HexD4E8AD9019950384f
Octal324350255110311112070117
Binary1101010011101000101011011001011001100110100001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E8AD; }

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

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

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

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

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

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

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

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