#D6E5AC

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

Shades of Reef #D6E5AC

Tints of Reef #D6E5AC

Color information

#D6E5AC (or 0xD6E5AC) is unknown color: approx Reef. HEX triplet: D6, E5 and AC. RGB value is (214,229,172). Sum of RGB (Red+Green+Blue) = 214+229+172=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 229 (89.84% from 255 or 37.24% from 615); Blue value is 172 (67.58% from 255 or 27.97% from 615); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6E5AC is #291A53. Grayscale: #DADADA. Windows color (decimal): -2693716 or 11331030. OLE color: 11331030.

HSL color Cylindrical-coordinate representation of color #D6E5AC: hue angle of 75.79º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6E5AC is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB214229172-
CMYK0.0700.250.10
HSL75.79º52.29%78.63%-
HSV(B)75.79º24.89%89.8%-
XYZ63.273.3149.85-
YUV218.02102.03125.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.80%
GREEN value IS 229 (89.84% from 255) = 37.24%
BLUE value IS 172 (67.58% from 255) = 27.97%
R=34.80%
G=37.24%
B=27.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2142291720.0700.250.1075.7952.2978.63
HexD6E5AC7019A4c344f
Octal32634525470311211464117
Binary110101101110010110101100111011001101010011001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E5AC; }

 p { color: rgb(214,229,172); }

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

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

 a { background-color: rgb(214,229,172); }

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

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

 span { border-color: rgb(214,229,172); }

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