#D6FFDB

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

Shades of Off Green #D6FFDB

Tints of Off Green #D6FFDB

Color information

#D6FFDB (or 0xD6FFDB) is unknown color: approx Off Green. HEX triplet: D6, FF and DB. RGB value is (214,255,219). Sum of RGB (Red+Green+Blue) = 214+255+219=688 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.10% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FFDB is #290024. Grayscale: #EEEEEE. Windows color (decimal): -2687013 or 14417878. OLE color: 14417878.

HSL color Cylindrical-coordinate representation of color #D6FFDB: hue angle of 127.32º 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 #D6FFDB is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB214255219-
CMYK0.1600.140
HSL127.32º100%91.96%-
HSV(B)127.32º16.08%100%-
XYZ76.2890.9380.55-
YUV238.64116.92110.43-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.10%
GREEN value IS 255 (100% from 255) = 37.06%
BLUE value IS 219 (85.94% from 255) = 31.83%
R=31.10%
G=37.06%
B=31.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142552190.1600.140127.3210091.96
HexD6FFDB100E07f645c
Octal326377333200160177144134
Binary11010110111111111101101110000011100111111111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FFDB; }

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

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

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

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

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

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

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

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