#D8E8AE

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

Shades of Reef #D8E8AE

Tints of Reef #D8E8AE

Color information

#D8E8AE (or 0xD8E8AE) is unknown color: approx Reef. HEX triplet: D8, E8 and AE. RGB value is (216,232,174). Sum of RGB (Red+Green+Blue) = 216+232+174=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 232 (91.02% from 255 or 37.30% from 622); Blue value is 174 (68.36% from 255 or 27.97% from 622); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8E8AE is #271751. Grayscale: #DCDCDC. Windows color (decimal): -2561874 or 11462872. OLE color: 11462872.

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

Color convert

RGB216232174-
CMYK0.0700.250.09
HSL76.55º55.77%79.61%-
HSV(B)76.55º25%90.98%-
XYZ64.8275.3751.18-
YUV220.6101.7124.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.73%
GREEN value IS 232 (91.02% from 255) = 37.30%
BLUE value IS 174 (68.36% from 255) = 27.97%
R=34.73%
G=37.30%
B=27.97%

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
Decimal2162321740.0700.250.0976.5555.7779.61
HexD8E8AE701994d3850
Octal33035025670311111570120
Binary110110001110100010101110111011001100110011011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E8AE; }

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

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

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

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

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

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

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

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