#D1EDAE

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

Shades of Reef #D1EDAE

Tints of Reef #D1EDAE

Color information

#D1EDAE (or 0xD1EDAE) is unknown color: approx Reef. HEX triplet: D1, ED and AE. RGB value is (209,237,174). Sum of RGB (Red+Green+Blue) = 209+237+174=620 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.71% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 174 (68.36% from 255 or 28.06% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #D1EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1EDAE is #2E1251. Grayscale: #DDDDDD. Windows color (decimal): -3019346 or 11464145. OLE color: 11464145.

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

Color convert

RGB209237174-
CMYK0.1200.270.07
HSL86.67º63.64%80.59%-
HSV(B)86.67º26.58%92.94%-
XYZ64.2277.1851.56-
YUV221.45101.22119.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.71%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 174 (68.36% from 255) = 28.06%
R=33.71%
G=38.23%
B=28.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092371740.1200.270.0786.6763.6480.59
HexD1EDAEC01B7574051
Octal321355256140337127100121
Binary1101000111101101101011101100011011111101011110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EDAE; }

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

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

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

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

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

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

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

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