#D2E7AC

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

Shades of Reef #D2E7AC

Tints of Reef #D2E7AC

Color information

#D2E7AC (or 0xD2E7AC) is unknown color: approx Reef. HEX triplet: D2, E7 and AC. RGB value is (210,231,172). Sum of RGB (Red+Green+Blue) = 210+231+172=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 231 (90.62% from 255 or 37.68% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E7AC is #2D1853. Grayscale: #DADADA. Windows color (decimal): -2955348 or 11331538. OLE color: 11331538.

HSL color Cylindrical-coordinate representation of color #D2E7AC: hue angle of 81.36º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D2E7AC is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB210231172-
CMYK0.0900.260.09
HSL81.36º55.14%79.02%-
HSV(B)81.36º25.54%90.59%-
XYZ62.673.8349.98-
YUV217.99102.04122.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 231 (90.62% from 255) = 37.68%
BLUE value IS 172 (67.58% from 255) = 28.06%
R=34.26%
G=37.68%
B=28.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102311720.0900.260.0981.3655.1479.02
HexD2E7AC901A951374f
Octal322347254110321112167117
Binary1101001011100111101011001001011010100110100011101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E7AC; }

 p { color: rgb(210,231,172); }

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

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

 a { background-color: rgb(210,231,172); }

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

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

 span { border-color: rgb(210,231,172); }

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