#D8FCDD

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

Shades of Off Green #D8FCDD

Tints of Off Green #D8FCDD

Color information

#D8FCDD (or 0xD8FCDD) is unknown color: approx Off Green. HEX triplet: D8, FC and DD. RGB value is (216,252,221). Sum of RGB (Red+Green+Blue) = 216+252+221=689 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.35% from 689); Green value is 252 (98.83% from 255 or 36.57% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FCDD is #270322. Grayscale: #EDEDED. Windows color (decimal): -2556707 or 14548184. OLE color: 14548184.

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

Color convert

RGB216252221-
CMYK0.1400.120.01
HSL128.33º85.71%91.76%-
HSV(B)128.33º14.29%98.82%-
XYZ76.1889.4481.66-
YUV237.7118.57112.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.35%
GREEN value IS 252 (98.83% from 255) = 36.57%
BLUE value IS 221 (86.72% from 255) = 32.08%
R=31.35%
G=36.57%
B=32.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2162522210.1400.120.01128.3385.7191.76
HexD8FCDDE0C180565c
Octal330374335160141200126134
Binary11011000111111001101110111100110011000000010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FCDD; }

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

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

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

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

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

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

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

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