#D2E1A0

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

Shades of Reef #D2E1A0

Tints of Reef #D2E1A0

Color information

#D2E1A0 (or 0xD2E1A0) is unknown color: approx Reef. HEX triplet: D2, E1 and A0. RGB value is (210,225,160). Sum of RGB (Red+Green+Blue) = 210+225+160=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 225 (88.28% from 255 or 37.82% from 595); Blue value is 160 (62.89% from 255 or 26.89% from 595); Max value from RGB is 225 - color contains mainly: green. Hex color #D2E1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E1A0 is #2D1E5F. Grayscale: #D5D5D5. Windows color (decimal): -2956896 or 10543570. OLE color: 10543570.

HSL color Cylindrical-coordinate representation of color #D2E1A0: hue angle of 73.85º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D2E1A0 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.

Color convert

RGB210225160-
CMYK0.0700.290.12
HSL73.85º52%75.49%-
HSV(B)73.85º28.89%88.24%-
XYZ59.8570.0943.63-
YUV213.198.03125.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 225 (88.28% from 255) = 37.82%
BLUE value IS 160 (62.89% from 255) = 26.89%
R=35.29%
G=37.82%
B=26.89%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2102251600.0700.290.1273.855275.49
HexD2E1A0701DC4a344b
Octal32234124070351411264113
Binary110100101110000110100000111011101110010010101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E1A0; }

 p { color: rgb(210,225,160); }

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

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

 a { background-color: rgb(210,225,160); }

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

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

 span { border-color: rgb(210,225,160); }

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