#D6F0DB

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

Shades of Off Green #D6F0DB

Tints of Off Green #D6F0DB

Color information

#D6F0DB (or 0xD6F0DB) is unknown color: approx Off Green. HEX triplet: D6, F0 and DB. RGB value is (214,240,219). Sum of RGB (Red+Green+Blue) = 214+240+219=673 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.80% from 673); Green value is 240 (94.14% from 255 or 35.66% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F0DB is #290F24. Grayscale: #E5E5E5. Windows color (decimal): -2690853 or 14414038. OLE color: 14414038.

HSL color Cylindrical-coordinate representation of color #D6F0DB: hue angle of 131.54º degrees, saturation: 0.46, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6F0DB is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB214240219-
CMYK0.1100.090.06
HSL131.54º46.43%89.02%-
HSV(B)131.54º10.83%94.12%-
XYZ71.6881.7379.02-
YUV229.83121.89116.71-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.80%
GREEN value IS 240 (94.14% from 255) = 35.66%
BLUE value IS 219 (85.94% from 255) = 32.54%
R=31.80%
G=35.66%
B=32.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142402190.1100.090.06131.5446.4389.02
HexD6F0DBB096842e59
Octal32636033313011620456131
Binary110101101111000011011011101101001110100001001011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F0DB; }

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

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

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

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

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

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

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

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