#D1E0AC

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

Shades of Reef #D1E0AC

Tints of Reef #D1E0AC

Color information

#D1E0AC (or 0xD1E0AC) is unknown color: approx Reef. HEX triplet: D1, E0 and AC. RGB value is (209,224,172). Sum of RGB (Red+Green+Blue) = 209+224+172=605 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.55% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 224 - color contains mainly: green. Hex color #D1E0AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E0AC is #2E1F53. Grayscale: #D5D5D5. Windows color (decimal): -3022676 or 11329745. OLE color: 11329745.

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

Color convert

RGB209224172-
CMYK0.0700.230.12
HSL77.31º45.61%77.65%-
HSV(B)77.31º23.21%87.84%-
XYZ60.469.8549.33-
YUV213.59104.53124.73-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.55%
GREEN value IS 224 (87.89% from 255) = 37.02%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=34.55%
G=37.02%
B=28.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2092241720.0700.230.1277.3145.6177.65
HexD1E0AC7017C4d2e4e
Octal32134025470271411556116
Binary110100011110000010101100111010111110010011011011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E0AC; }

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

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

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

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

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

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

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

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