#D8F0DC

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

Shades of Off Green #D8F0DC

Tints of Off Green #D8F0DC

Color information

#D8F0DC (or 0xD8F0DC) is unknown color: approx Off Green. HEX triplet: D8, F0 and DC. RGB value is (216,240,220). Sum of RGB (Red+Green+Blue) = 216+240+220=676 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.95% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 220 (86.33% from 255 or 32.54% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F0DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F0DC is #270F23. Grayscale: #E6E6E6. Windows color (decimal): -2559780 or 14479576. OLE color: 14479576.

HSL color Cylindrical-coordinate representation of color #D8F0DC: hue angle of 130º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8F0DC is Cyan = 0.1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB216240220-
CMYK0.100.080.06
HSL130º44.44%89.41%-
HSV(B)130º10%94.12%-
XYZ72.482.0979.74-
YUV230.54122.05117.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.95%
GREEN value IS 240 (94.14% from 255) = 35.50%
BLUE value IS 220 (86.33% from 255) = 32.54%
R=31.95%
G=35.50%
B=32.54%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2162402200.100.080.0613044.4489.41
HexD8F0DCA086822c59
Octal33036033412010620254131
Binary110110001111000011011100101001000110100000101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F0DC; }

 p { color: rgb(216,240,220); }

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

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

 a { background-color: rgb(216,240,220); }

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

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

 span { border-color: rgb(216,240,220); }

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