#D8E8AD

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

Shades of Reef #D8E8AD

Tints of Reef #D8E8AD

Color information

#D8E8AD (or 0xD8E8AD) is unknown color: approx Reef. HEX triplet: D8, E8 and AD. RGB value is (216,232,173). Sum of RGB (Red+Green+Blue) = 216+232+173=621 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.78% from 621); Green value is 232 (91.02% from 255 or 37.36% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E8AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8E8AD is #271752. Grayscale: #DCDCDC. Windows color (decimal): -2561875 or 11397336. OLE color: 11397336.

HSL color Cylindrical-coordinate representation of color #D8E8AD: hue angle of 76.27º 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 #D8E8AD is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB216232173-
CMYK0.0700.250.09
HSL76.27º56.19%79.41%-
HSV(B)76.27º25.43%90.98%-
XYZ64.7275.3350.66-
YUV220.49101.2124.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.78%
GREEN value IS 232 (91.02% from 255) = 37.36%
BLUE value IS 173 (67.97% from 255) = 27.86%
R=34.78%
G=37.36%
B=27.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2162321730.0700.250.0976.2756.1979.41
HexD8E8AD701994c384f
Octal33035025570311111470117
Binary110110001110100010101101111011001100110011001110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E8AD; }

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

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

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

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

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

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

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

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