#D1FDDA

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

Shades of Off Green #D1FDDA

Tints of Off Green #D1FDDA

Color information

#D1FDDA (or 0xD1FDDA) is unknown color: approx Off Green. HEX triplet: D1, FD and DA. RGB value is (209,253,218). Sum of RGB (Red+Green+Blue) = 209+253+218=680 (90% of max value = 765). Red value is 209 (82.03% from 255 or 30.74% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FDDA is #2E0225. Grayscale: #EBEBEB. Windows color (decimal): -3015206 or 14351825. OLE color: 14351825.

HSL color Cylindrical-coordinate representation of color #D1FDDA: hue angle of 132.27º degrees, saturation: 0.92, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D1FDDA is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB209253218-
CMYK0.1700.140.01
HSL132.27º91.67%90.59%-
HSV(B)132.27º17.39%99.22%-
XYZ74.0788.8779.58-
YUV235.85117.92108.85-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.74%
GREEN value IS 253 (99.22% from 255) = 37.21%
BLUE value IS 218 (85.55% from 255) = 32.06%
R=30.74%
G=37.21%
B=32.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092532180.1700.140.01132.2791.6790.59
HexD1FDDA110E1845c5b
Octal321375332210161204134133
Binary110100011111110111011010100010111011000010010111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FDDA; }

 p { color: rgb(209,253,218); }

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

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

 a { background-color: rgb(209,253,218); }

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

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

 span { border-color: rgb(209,253,218); }

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