#D1E0AE

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

Shades of Reef #D1E0AE

Tints of Reef #D1E0AE

Color information

#D1E0AE (or 0xD1E0AE) is unknown color: approx Reef. HEX triplet: D1, E0 and AE. RGB value is (209,224,174). Sum of RGB (Red+Green+Blue) = 209+224+174=607 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.43% from 607); Green value is 224 (87.89% from 255 or 36.90% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E0AE is #2E1F51. Grayscale: #D6D6D6. Windows color (decimal): -3022674 or 11460817. OLE color: 11460817.

HSL color Cylindrical-coordinate representation of color #D1E0AE: hue angle of 78º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1E0AE is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB209224174-
CMYK0.0700.220.12
HSL78º44.64%78.04%-
HSV(B)78º22.32%87.84%-
XYZ60.5969.9250.35-
YUV213.82105.53124.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.43%
GREEN value IS 224 (87.89% from 255) = 36.90%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=34.43%
G=36.90%
B=28.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092241740.0700.220.127844.6478.04
HexD1E0AE7016C4e2d4e
Octal32134025670261411655116
Binary110100011110000010101110111010110110010011101011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E0AE; }

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

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

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

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

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

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

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

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