#D2E6A9

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

Shades of Reef #D2E6A9

Tints of Reef #D2E6A9

Color information

#D2E6A9 (or 0xD2E6A9) is unknown color: approx Reef. HEX triplet: D2, E6 and A9. RGB value is (210,230,169). Sum of RGB (Red+Green+Blue) = 210+230+169=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 230 (90.23% from 255 or 37.77% from 609); Blue value is 169 (66.41% from 255 or 27.75% from 609); Max value from RGB is 230 - color contains mainly: green. Hex color #D2E6A9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E6A9 is #2D1956. Grayscale: #D9D9D9. Windows color (decimal): -2955607 or 11134674. OLE color: 11134674.

HSL color Cylindrical-coordinate representation of color #D2E6A9: hue angle of 79.67º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2E6A9 is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.

Color convert

RGB210230169-
CMYK0.0900.270.10
HSL79.67º54.95%78.24%-
HSV(B)79.67º26.52%90.2%-
XYZ62.0473.1648.39-
YUV217.07100.87122.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 230 (90.23% from 255) = 37.77%
BLUE value IS 169 (66.41% from 255) = 27.75%
R=34.48%
G=37.77%
B=27.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2102301690.0900.270.1079.6754.9578.24
HexD2E6A9901BA50374e
Octal322346251110331212067116
Binary1101001011100110101010011001011011101010100001101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E6A9; }

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

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

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

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

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

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

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

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