#D9F2DC

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

Shades of Off Green #D9F2DC

Tints of Off Green #D9F2DC

Color information

#D9F2DC (or 0xD9F2DC) is unknown color: approx Off Green. HEX triplet: D9, F2 and DC. RGB value is (217,242,220). Sum of RGB (Red+Green+Blue) = 217+242+220=679 (89% of max value = 765). Red value is 217 (85.16% from 255 or 31.96% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2DC is #260D23. Grayscale: #E8E8E8. Windows color (decimal): -2493732 or 14480089. OLE color: 14480089.

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

Color convert

RGB217242220-
CMYK0.1000.090.05
HSL127.2º49.02%90%-
HSV(B)127.2º10.33%94.9%-
XYZ73.2983.4279.95-
YUV232.02121.22117.29-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.96%
GREEN value IS 242 (94.92% from 255) = 35.64%
BLUE value IS 220 (86.33% from 255) = 32.40%
R=31.96%
G=35.64%
B=32.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172422200.1000.090.05127.249.0290
HexD9F2DCA0957f315a
Octal33136233412011517761132
Binary11011001111100101101110010100100110111111111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F2DC; }

 p { color: rgb(217,242,220); }

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

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

 a { background-color: rgb(217,242,220); }

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

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

 span { border-color: rgb(217,242,220); }

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