#D6F1DB

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

Shades of Off Green #D6F1DB

Tints of Off Green #D6F1DB

Color information

#D6F1DB (or 0xD6F1DB) is unknown color: approx Off Green. HEX triplet: D6, F1 and DB. RGB value is (214,241,219). Sum of RGB (Red+Green+Blue) = 214+241+219=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 241 (94.53% from 255 or 35.76% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1DB is #290E24. Grayscale: #E6E6E6. Windows color (decimal): -2690597 or 14414294. OLE color: 14414294.

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

Color convert

RGB214241219-
CMYK0.1100.090.05
HSL131.11º49.09%89.22%-
HSV(B)131.11º11.2%94.51%-
XYZ71.9782.3279.11-
YUV230.42121.55116.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.75%
GREEN value IS 241 (94.53% from 255) = 35.76%
BLUE value IS 219 (85.94% from 255) = 32.49%
R=31.75%
G=35.76%
B=32.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142412190.1100.090.05131.1149.0989.22
HexD6F1DBB095833159
Octal32636133313011520361131
Binary110101101111000111011011101101001101100000111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F1DB; }

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

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

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

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

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

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

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

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