#D1EDAF

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

Shades of Reef #D1EDAF

Tints of Reef #D1EDAF

Color information

#D1EDAF (or 0xD1EDAF) is unknown color: approx Reef. HEX triplet: D1, ED and AF. RGB value is (209,237,175). Sum of RGB (Red+Green+Blue) = 209+237+175=621 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.66% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 175 (68.75% from 255 or 28.18% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EDAF is #2E1250. Grayscale: #DDDDDD. Windows color (decimal): -3019345 or 11529681. OLE color: 11529681.

HSL color Cylindrical-coordinate representation of color #D1EDAF: hue angle of 87.1º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1EDAF is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB209237175-
CMYK0.1200.260.07
HSL87.1º63.27%80.78%-
HSV(B)87.1º26.16%92.94%-
XYZ64.3277.2252.07-
YUV221.56101.72119.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.66%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 175 (68.75% from 255) = 28.18%
R=33.66%
G=38.16%
B=28.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092371750.1200.260.0787.163.2780.78
HexD1EDAFC01A7573f51
Octal32135525714032712777121
Binary110100011110110110101111110001101011110101111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EDAF; }

 p { color: rgb(209,237,175); }

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

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

 a { background-color: rgb(209,237,175); }

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

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

 span { border-color: rgb(209,237,175); }

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