#D3F6DB

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

Shades of Off Green #D3F6DB

Tints of Off Green #D3F6DB

Color information

#D3F6DB (or 0xD3F6DB) is unknown color: approx Off Green. HEX triplet: D3, F6 and DB. RGB value is (211,246,219). Sum of RGB (Red+Green+Blue) = 211+246+219=676 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.21% from 676); Green value is 246 (96.48% from 255 or 36.39% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F6DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F6DB is #2C0924. Grayscale: #E8E8E8. Windows color (decimal): -2885925 or 14415571. OLE color: 14415571.

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

Color convert

RGB211246219-
CMYK0.1400.110.04
HSL133.71º66.04%89.61%-
HSV(B)133.71º14.23%96.47%-
XYZ72.6184.8779.57-
YUV232.46120.4112.7-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.21%
GREEN value IS 246 (96.48% from 255) = 36.39%
BLUE value IS 219 (85.94% from 255) = 32.40%
R=31.21%
G=36.39%
B=32.40%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2112462190.1400.110.04133.7166.0489.61
HexD3F6DBE0B486425a
Octal323366333160134206102132
Binary1101001111110110110110111110010111001000011010000101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F6DB; }

 p { color: rgb(211,246,219); }

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

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

 a { background-color: rgb(211,246,219); }

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

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

 span { border-color: rgb(211,246,219); }

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