#D9F3DF

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

Shades of Off Green #D9F3DF

Tints of Off Green #D9F3DF

Color information

#D9F3DF (or 0xD9F3DF) is unknown color: approx Off Green. HEX triplet: D9, F3 and DF. RGB value is (217,243,223). Sum of RGB (Red+Green+Blue) = 217+243+223=683 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.77% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 223 (87.5% from 255 or 32.65% from 683); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F3DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F3DF is #260C20. Grayscale: #E9E9E9. Windows color (decimal): -2493473 or 14676953. OLE color: 14676953.

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

Color convert

RGB217243223-
CMYK0.1100.080.05
HSL133.85º52%90.2%-
HSV(B)133.85º10.7%95.29%-
XYZ73.9984.1882.16-
YUV232.95122.39116.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.77%
GREEN value IS 243 (95.31% from 255) = 35.58%
BLUE value IS 223 (87.5% from 255) = 32.65%
R=31.77%
G=35.58%
B=32.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172432230.1100.080.05133.855290.2
HexD9F3DFB08586345a
Octal33136333713010520664132
Binary110110011111001111011111101101000101100001101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F3DF; }

 p { color: rgb(217,243,223); }

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

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

 a { background-color: rgb(217,243,223); }

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

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

 span { border-color: rgb(217,243,223); }

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