#D6F3DE

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

Shades of Off Green #D6F3DE

Tints of Off Green #D6F3DE

Color information

#D6F3DE (or 0xD6F3DE) is unknown color: approx Off Green. HEX triplet: D6, F3 and DE. RGB value is (214,243,222). Sum of RGB (Red+Green+Blue) = 214+243+222=679 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.52% from 679); Green value is 243 (95.31% from 255 or 35.79% from 679); Blue value is 222 (87.11% from 255 or 32.70% from 679); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3DE is #290C21. Grayscale: #E7E7E7. Windows color (decimal): -2690082 or 14611414. OLE color: 14611414.

HSL color Cylindrical-coordinate representation of color #D6F3DE: hue angle of 136.55º 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 #D6F3DE is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB214243222-
CMYK0.1200.090.05
HSL136.55º54.72%89.61%-
HSV(B)136.55º11.93%95.29%-
XYZ72.9783.6781.41-
YUV231.93122.39115.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.52%
GREEN value IS 243 (95.31% from 255) = 35.79%
BLUE value IS 222 (87.11% from 255) = 32.70%
R=31.52%
G=35.79%
B=32.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142432220.1200.090.05136.5554.7289.61
HexD6F3DEC09589375a
Octal32636333614011521167132
Binary110101101111001111011110110001001101100010011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3DE; }

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

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

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

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

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

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

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

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