#D6F8DE

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

Shades of Off Green #D6F8DE

Tints of Off Green #D6F8DE

Color information

#D6F8DE (or 0xD6F8DE) is unknown color: approx Off Green. HEX triplet: D6, F8 and DE. RGB value is (214,248,222). Sum of RGB (Red+Green+Blue) = 214+248+222=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 248 (97.27% from 255 or 36.26% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 248 - color contains mainly: green. Hex color #D6F8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F8DE is #290721. Grayscale: #EAEAEA. Windows color (decimal): -2688802 or 14612694. OLE color: 14612694.

HSL color Cylindrical-coordinate representation of color #D6F8DE: hue angle of 134.12º degrees, saturation: 0.71, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6F8DE is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB214248222-
CMYK0.1400.100.03
HSL134.12º70.83%90.59%-
HSV(B)134.12º13.71%97.25%-
XYZ74.4886.781.92-
YUV234.87120.74113.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.29%
GREEN value IS 248 (97.27% from 255) = 36.26%
BLUE value IS 222 (87.11% from 255) = 32.46%
R=31.29%
G=36.26%
B=32.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2142482220.1400.100.03134.1270.8390.59
HexD6F8DEE0A386475b
Octal326370336160123206107133
Binary110101101111100011011110111001010111000011010001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F8DE; }

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

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

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

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

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

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

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

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