#D6EDA9

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

Shades of Reef #D6EDA9

Tints of Reef #D6EDA9

Color information

#D6EDA9 (or 0xD6EDA9) is unknown color: approx Reef. HEX triplet: D6, ED and A9. RGB value is (214,237,169). Sum of RGB (Red+Green+Blue) = 214+237+169=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 169 (66.41% from 255 or 27.26% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #D6EDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EDA9 is #291256. Grayscale: #DEDEDE. Windows color (decimal): -2691671 or 11136470. OLE color: 11136470.

HSL color Cylindrical-coordinate representation of color #D6EDA9: hue angle of 80.29º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6EDA9 is Cyan = 0.10, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB214237169-
CMYK0.1000.290.07
HSL80.29º65.38%79.61%-
HSV(B)80.29º28.69%92.94%-
XYZ65.1877.7349.1-
YUV222.3797.88122.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.52%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 169 (66.41% from 255) = 27.26%
R=34.52%
G=38.23%
B=27.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142371690.1000.290.0780.2965.3879.61
HexD6EDA9A01D7504150
Octal326355251120357120101120
Binary1101011011101101101010011010011101111101000010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EDA9; }

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

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

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

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

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

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

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

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