#D2EA9D

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

Shades of Reef #D2EA9D

Tints of Reef #D2EA9D

Color information

#D2EA9D (or 0xD2EA9D) is unknown color: approx Reef. HEX triplet: D2, EA and 9D. RGB value is (210,234,157). Sum of RGB (Red+Green+Blue) = 210+234+157=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 234 (91.80% from 255 or 38.94% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EA9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EA9D is #2D1562. Grayscale: #DADADA. Windows color (decimal): -2954595 or 10349266. OLE color: 10349266.

HSL color Cylindrical-coordinate representation of color #D2EA9D: hue angle of 78.7º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2EA9D is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB210234157-
CMYK0.1000.330.08
HSL78.7º64.71%76.67%-
HSV(B)78.7º32.91%91.76%-
XYZ62.0974.9843.1-
YUV218.0593.55122.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.94%
GREEN value IS 234 (91.80% from 255) = 38.94%
BLUE value IS 157 (61.72% from 255) = 26.12%
R=34.94%
G=38.94%
B=26.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102341570.1000.330.0878.764.7176.67
HexD2EA9DA02184f414d
Octal3223522351204110117101115
Binary110100101110101010011101101001000011000100111110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EA9D; }

 p { color: rgb(210,234,157); }

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

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

 a { background-color: rgb(210,234,157); }

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

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

 span { border-color: rgb(210,234,157); }

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