#D6E1A2

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

Shades of Reef #D6E1A2

Tints of Reef #D6E1A2

Color information

#D6E1A2 (or 0xD6E1A2) is unknown color: approx Reef. HEX triplet: D6, E1 and A2. RGB value is (214,225,162). Sum of RGB (Red+Green+Blue) = 214+225+162=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E1A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E1A2 is #291E5D. Grayscale: #D6D6D6. Windows color (decimal): -2694750 or 10674646. OLE color: 10674646.

HSL color Cylindrical-coordinate representation of color #D6E1A2: hue angle of 70.48º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6E1A2 is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB214225162-
CMYK0.0500.280.12
HSL70.48º51.22%75.88%-
HSV(B)70.48º28%88.24%-
XYZ61.1870.7644.62-
YUV214.5398.36127.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 162 (63.67% from 255) = 26.96%
R=35.61%
G=37.44%
B=26.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2142251620.0500.280.1270.4851.2275.88
HexD6E1A2501CC46334c
Octal32634124250341410663114
Binary110101101110000110100010101011100110010001101100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E1A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E1A2; }

 p { color: rgb(214,225,162); }

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

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

 a { background-color: rgb(214,225,162); }

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

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

 span { border-color: rgb(214,225,162); }

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