#D6F3DD

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

Shades of Off Green #D6F3DD

Tints of Off Green #D6F3DD

Color information

#D6F3DD (or 0xD6F3DD) is unknown color: approx Off Green. HEX triplet: D6, F3 and DD. RGB value is (214,243,221). Sum of RGB (Red+Green+Blue) = 214+243+221=678 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.56% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3DD is #290C22. Grayscale: #E7E7E7. Windows color (decimal): -2690083 or 14545878. OLE color: 14545878.

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

Color convert

RGB214243221-
CMYK0.1200.090.05
HSL134.48º54.72%89.61%-
HSV(B)134.48º11.93%95.29%-
XYZ72.8383.6280.71-
YUV231.82121.89115.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.56%
GREEN value IS 243 (95.31% from 255) = 35.84%
BLUE value IS 221 (86.72% from 255) = 32.60%
R=31.56%
G=35.84%
B=32.60%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142432210.1200.090.05134.4854.7289.61
HexD6F3DDC09586375a
Octal32636333514011520667132
Binary110101101111001111011101110001001101100001101101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3DD; }

 p { color: rgb(214,243,221); }

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

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

 a { background-color: rgb(214,243,221); }

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

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

 span { border-color: rgb(214,243,221); }

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