#D6FFDC

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

Shades of Off Green #D6FFDC

Tints of Off Green #D6FFDC

Color information

#D6FFDC (or 0xD6FFDC) is unknown color: approx Off Green. HEX triplet: D6, FF and DC. RGB value is (214,255,220). Sum of RGB (Red+Green+Blue) = 214+255+220=689 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.06% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 220 (86.33% from 255 or 31.93% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFDC is #290023. Grayscale: #EEEEEE. Windows color (decimal): -2687012 or 14483414. OLE color: 14483414.

HSL color Cylindrical-coordinate representation of color #D6FFDC: hue angle of 128.78º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FFDC is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB214255220-
CMYK0.1600.140
HSL128.78º100%91.96%-
HSV(B)128.78º16.08%100%-
XYZ76.4190.9881.24-
YUV238.75117.42110.35-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.06%
GREEN value IS 255 (100% from 255) = 37.01%
BLUE value IS 220 (86.33% from 255) = 31.93%
R=31.06%
G=37.01%
B=31.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142552200.1600.140128.7810091.96
HexD6FFDC100E081645c
Octal326377334200160201144134
Binary110101101111111111011100100000111001000000111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FFDC; }

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

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

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

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

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

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

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

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