#D1E8AE

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

Shades of Reef #D1E8AE

Tints of Reef #D1E8AE

Color information

#D1E8AE (or 0xD1E8AE) is unknown color: approx Reef. HEX triplet: D1, E8 and AE. RGB value is (209,232,174). Sum of RGB (Red+Green+Blue) = 209+232+174=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 232 (91.02% from 255 or 37.72% from 615); Blue value is 174 (68.36% from 255 or 28.29% from 615); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E8AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1E8AE is #2E1751. Grayscale: #DADADA. Windows color (decimal): -3020626 or 11462865. OLE color: 11462865.

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

Color convert

RGB209232174-
CMYK0.1000.250.09
HSL83.79º55.77%79.61%-
HSV(B)83.79º25%90.98%-
XYZ62.7974.3251.08-
YUV218.51102.88121.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.98%
GREEN value IS 232 (91.02% from 255) = 37.72%
BLUE value IS 174 (68.36% from 255) = 28.29%
R=33.98%
G=37.72%
B=28.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2092321740.1000.250.0983.7955.7779.61
HexD1E8AEA0199543850
Octal321350256120311112470120
Binary1101000111101000101011101010011001100110101001110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E8AE; }

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

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

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

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

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

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

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

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