#D6F6DC

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

Shades of Off Green #D6F6DC

Tints of Off Green #D6F6DC

Color information

#D6F6DC (or 0xD6F6DC) is unknown color: approx Off Green. HEX triplet: D6, F6 and DC. RGB value is (214,246,220). Sum of RGB (Red+Green+Blue) = 214+246+220=680 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.47% from 680); Green value is 246 (96.48% from 255 or 36.18% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F6DC is #290923. Grayscale: #E9E9E9. Windows color (decimal): -2689316 or 14481110. OLE color: 14481110.

HSL color Cylindrical-coordinate representation of color #D6F6DC: hue angle of 131.25º degrees, saturation: 0.64, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6F6DC is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB214246220-
CMYK0.1300.110.04
HSL131.25º64%90.2%-
HSV(B)131.25º13.01%96.47%-
XYZ73.6185.3780.31-
YUV233.47120.4114.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.47%
GREEN value IS 246 (96.48% from 255) = 36.18%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=31.47%
G=36.18%
B=32.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2142462200.1300.110.04131.256490.2
HexD6F6DCD0B483405a
Octal326366334150134203100132
Binary1101011011110110110111001101010111001000001110000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F6DC; }

 p { color: rgb(214,246,220); }

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

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

 a { background-color: rgb(214,246,220); }

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

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

 span { border-color: rgb(214,246,220); }

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