#D6ED9E

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

Shades of Reef #D6ED9E

Tints of Reef #D6ED9E

Color information

#D6ED9E (or 0xD6ED9E) is unknown color: approx Reef. HEX triplet: D6, ED and 9E. RGB value is (214,237,158). Sum of RGB (Red+Green+Blue) = 214+237+158=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 158 (62.11% from 255 or 25.94% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #D6ED9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6ED9E is #291261. Grayscale: #DDDDDD. Windows color (decimal): -2691682 or 10415574. OLE color: 10415574.

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

Color convert

RGB214237158-
CMYK0.1000.330.07
HSL77.47º68.7%77.45%-
HSV(B)77.47º33.33%92.94%-
XYZ64.1977.3343.89-
YUV221.1292.38122.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 237 (92.97% from 255) = 38.92%
BLUE value IS 158 (62.11% from 255) = 25.94%
R=35.14%
G=38.92%
B=25.94%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142371580.1000.330.0777.4768.777.45
HexD6ED9EA02174d454d
Octal326355236120417115105115
Binary11010110111011011001111010100100001111100110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ED9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ED9E; }

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

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

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

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

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

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

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

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