#D6F3DA

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

Shades of Off Green #D6F3DA

Tints of Off Green #D6F3DA

Color information

#D6F3DA (or 0xD6F3DA) is unknown color: approx Off Green. HEX triplet: D6, F3 and DA. RGB value is (214,243,218). Sum of RGB (Red+Green+Blue) = 214+243+218=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 218 (85.55% from 255 or 32.30% from 675); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3DA is #290C25. Grayscale: #E7E7E7. Windows color (decimal): -2690086 or 14349270. OLE color: 14349270.

HSL color Cylindrical-coordinate representation of color #D6F3DA: hue angle of 128.28º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F3DA is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB214243218-
CMYK0.1200.100.05
HSL128.28º54.72%89.61%-
HSV(B)128.28º11.93%95.29%-
XYZ72.4483.4678.62-
YUV231.48120.39115.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.70%
GREEN value IS 243 (95.31% from 255) = 36%
BLUE value IS 218 (85.55% from 255) = 32.30%
R=31.70%
G=36%
B=32.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142432180.1200.100.05128.2854.7289.61
HexD6F3DAC0A580375a
Octal32636333214012520067132
Binary110101101111001111011010110001010101100000001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3DA; }

 p { color: rgb(214,243,218); }

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

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

 a { background-color: rgb(214,243,218); }

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

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

 span { border-color: rgb(214,243,218); }

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