#D2EAA9

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

Shades of Reef #D2EAA9

Tints of Reef #D2EAA9

Color information

#D2EAA9 (or 0xD2EAA9) is unknown color: approx Reef. HEX triplet: D2, EA and A9. RGB value is (210,234,169). Sum of RGB (Red+Green+Blue) = 210+234+169=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EAA9 is #2D1556. Grayscale: #DBDBDB. Windows color (decimal): -2954583 or 11135698. OLE color: 11135698.

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

Color convert

RGB210234169-
CMYK0.1000.280.08
HSL82.15º60.75%79.02%-
HSV(B)82.15º27.78%91.76%-
XYZ63.1675.4148.76-
YUV219.4199.55121.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 234 (91.80% from 255) = 38.17%
BLUE value IS 169 (66.41% from 255) = 27.57%
R=34.26%
G=38.17%
B=27.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102341690.1000.280.0882.1560.7579.02
HexD2EAA9A01C8523d4f
Octal322352251120341012275117
Binary1101001011101010101010011010011100100010100101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EAA9; }

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

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

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

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

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

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

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

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