#D2ED9E

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

Shades of Reef #D2ED9E

Tints of Reef #D2ED9E

Color information

#D2ED9E (or 0xD2ED9E) is unknown color: approx Reef. HEX triplet: D2, ED and 9E. RGB value is (210,237,158). Sum of RGB (Red+Green+Blue) = 210+237+158=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 237 (92.97% from 255 or 39.17% from 605); Blue value is 158 (62.11% from 255 or 26.12% from 605); Max value from RGB is 237 - color contains mainly: green. Hex color #D2ED9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2ED9E is #2D1261. Grayscale: #DCDCDC. Windows color (decimal): -2953826 or 10415570. OLE color: 10415570.

HSL color Cylindrical-coordinate representation of color #D2ED9E: hue angle of 80.51º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2ED9E is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB210237158-
CMYK0.1100.330.07
HSL80.51º68.7%77.45%-
HSV(B)80.51º33.33%92.94%-
XYZ63.0376.7443.84-
YUV219.9293.05120.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.71%
GREEN value IS 237 (92.97% from 255) = 39.17%
BLUE value IS 158 (62.11% from 255) = 26.12%
R=34.71%
G=39.17%
B=26.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102371580.1100.330.0780.5168.777.45
HexD2ED9EB021751454d
Octal322355236130417121105115
Binary11010010111011011001111010110100001111101000110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ED9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ED9E; }

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

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

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

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

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

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

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

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