#D6E3A1

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

Shades of Reef #D6E3A1

Tints of Reef #D6E3A1

Color information

#D6E3A1 (or 0xD6E3A1) is unknown color: approx Reef. HEX triplet: D6, E3 and A1. RGB value is (214,227,161). Sum of RGB (Red+Green+Blue) = 214+227+161=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 227 - color contains mainly: green. Hex color #D6E3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E3A1 is #291C5E. Grayscale: #D7D7D7. Windows color (decimal): -2694239 or 10609622. OLE color: 10609622.

HSL color Cylindrical-coordinate representation of color #D6E3A1: hue angle of 71.82º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6E3A1 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.11.

Color convert

RGB214227161-
CMYK0.0600.290.11
HSL71.82º54.1%76.08%-
HSV(B)71.82º29.07%89.02%-
XYZ61.6371.8144.33-
YUV215.5997.19126.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.55%
GREEN value IS 227 (89.06% from 255) = 37.71%
BLUE value IS 161 (63.28% from 255) = 26.74%
R=35.55%
G=37.71%
B=26.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2142271610.0600.290.1171.8254.176.08
HexD6E3A1601DB48364c
Octal32634324160351311066114
Binary110101101110001110100001110011101101110010001101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E3A1; }

 p { color: rgb(214,227,161); }

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

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

 a { background-color: rgb(214,227,161); }

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

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

 span { border-color: rgb(214,227,161); }

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