#D2EDAE

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

Shades of Reef #D2EDAE

Tints of Reef #D2EDAE

Color information

#D2EDAE (or 0xD2EDAE) is unknown color: approx Reef. HEX triplet: D2, ED and AE. RGB value is (210,237,174). Sum of RGB (Red+Green+Blue) = 210+237+174=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EDAE is #2D1251. Grayscale: #DDDDDD. Windows color (decimal): -2953810 or 11464146. OLE color: 11464146.

HSL color Cylindrical-coordinate representation of color #D2EDAE: hue angle of 85.71º 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 #D2EDAE is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB210237174-
CMYK0.1100.270.07
HSL85.71º63.64%80.59%-
HSV(B)85.71º26.58%92.94%-
XYZ64.577.3351.57-
YUV221.74101.05119.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 237 (92.97% from 255) = 38.16%
BLUE value IS 174 (68.36% from 255) = 28.02%
R=33.82%
G=38.16%
B=28.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102371740.1100.270.0785.7163.6480.59
HexD2EDAEB01B7564051
Octal322355256130337126100121
Binary1101001011101101101011101011011011111101011010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EDAE; }

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

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

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

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

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

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

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

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