#D8FDDD

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

Shades of Off Green #D8FDDD

Tints of Off Green #D8FDDD

Color information

#D8FDDD (or 0xD8FDDD) is unknown color: approx Off Green. HEX triplet: D8, FD and DD. RGB value is (216,253,221). Sum of RGB (Red+Green+Blue) = 216+253+221=690 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.30% from 690); Green value is 253 (99.22% from 255 or 36.67% from 690); Blue value is 221 (86.72% from 255 or 32.03% from 690); Max value from RGB is 253 - color contains mainly: green. Hex color #D8FDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FDDD is #270222. Grayscale: #EEEEEE. Windows color (decimal): -2556451 or 14548440. OLE color: 14548440.

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

Color convert

RGB216253221-
CMYK0.1500.130.01
HSL128.11º90.24%91.96%-
HSV(B)128.11º14.62%99.22%-
XYZ76.590.0781.76-
YUV238.29118.24112.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.30%
GREEN value IS 253 (99.22% from 255) = 36.67%
BLUE value IS 221 (86.72% from 255) = 32.03%
R=31.30%
G=36.67%
B=32.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162532210.1500.130.01128.1190.2491.96
HexD8FDDDF0D1805a5c
Octal330375335170151200132134
Binary11011000111111011101110111110110111000000010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FDDD; }

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

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

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

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

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

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

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

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