#D2EDA9

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

Shades of Reef #D2EDA9

Tints of Reef #D2EDA9

Color information

#D2EDA9 (or 0xD2EDA9) is unknown color: approx Reef. HEX triplet: D2, ED and A9. RGB value is (210,237,169). Sum of RGB (Red+Green+Blue) = 210+237+169=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 237 (92.97% from 255 or 38.47% from 616); Blue value is 169 (66.41% from 255 or 27.44% from 616); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EDA9 is #2D1256. Grayscale: #DDDDDD. Windows color (decimal): -2953815 or 11136466. OLE color: 11136466.

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

Color convert

RGB210237169-
CMYK0.1100.290.07
HSL83.82º65.38%79.61%-
HSV(B)83.82º28.69%92.94%-
XYZ64.0277.1349.05-
YUV221.1898.55120.03-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.09%
GREEN value IS 237 (92.97% from 255) = 38.47%
BLUE value IS 169 (66.41% from 255) = 27.44%
R=34.09%
G=38.47%
B=27.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102371690.1100.290.0783.8265.3879.61
HexD2EDA9B01D7544150
Octal322355251130357124101120
Binary1101001011101101101010011011011101111101010010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EDA9; }

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

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

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

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

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

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

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

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