#D9FADD

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

Shades of Off Green #D9FADD

Tints of Off Green #D9FADD

Color information

#D9FADD (or 0xD9FADD) is unknown color: approx Off Green. HEX triplet: D9, FA and DD. RGB value is (217,250,221). Sum of RGB (Red+Green+Blue) = 217+250+221=688 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.54% from 688); Green value is 250 (98.05% from 255 or 36.34% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FADD is #260522. Grayscale: #ECECEC. Windows color (decimal): -2491683 or 14547673. OLE color: 14547673.

HSL color Cylindrical-coordinate representation of color #D9FADD: hue angle of 127.27º degrees, saturation: 0.77, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9FADD is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB217250221-
CMYK0.1300.120.02
HSL127.27º76.74%91.57%-
HSV(B)127.27º13.2%98.04%-
XYZ75.8588.3481.46-
YUV236.83119.07113.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.54%
GREEN value IS 250 (98.05% from 255) = 36.34%
BLUE value IS 221 (86.72% from 255) = 32.12%
R=31.54%
G=36.34%
B=32.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172502210.1300.120.02127.2776.7491.57
HexD9FADDD0C27f4d5c
Octal331372335150142177115134
Binary11011001111110101101110111010110010111111110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FADD; }

 p { color: rgb(217,250,221); }

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

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

 a { background-color: rgb(217,250,221); }

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

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

 span { border-color: rgb(217,250,221); }

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