#D8FFDD

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

Shades of Off Green #D8FFDD

Tints of Off Green #D8FFDD

Color information

#D8FFDD (or 0xD8FFDD) is unknown color: approx Off Green. HEX triplet: D8, FF and DD. RGB value is (216,255,221). Sum of RGB (Red+Green+Blue) = 216+255+221=692 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.21% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FFDD is #270022. Grayscale: #EFEFEF. Windows color (decimal): -2555939 or 14548952. OLE color: 14548952.

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

Color convert

RGB216255221-
CMYK0.1500.130
HSL127.69º100%92.35%-
HSV(B)127.69º15.29%100%-
XYZ77.1391.3481.97-
YUV239.46117.58111.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.21%
GREEN value IS 255 (100% from 255) = 36.85%
BLUE value IS 221 (86.72% from 255) = 31.94%
R=31.21%
G=36.85%
B=31.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2162552210.1500.130127.6910092.35
HexD8FFDDF0D080645c
Octal330377335170150200144134
Binary11011000111111111101110111110110101000000011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FFDD; }

 p { color: rgb(216,255,221); }

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

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

 a { background-color: rgb(216,255,221); }

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

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

 span { border-color: rgb(216,255,221); }

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