#D6FADC

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

Shades of Off Green #D6FADC

Tints of Off Green #D6FADC

Color information

#D6FADC (or 0xD6FADC) is unknown color: approx Off Green. HEX triplet: D6, FA and DC. RGB value is (214,250,220). Sum of RGB (Red+Green+Blue) = 214+250+220=684 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.29% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 220 (86.33% from 255 or 32.16% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #D6FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FADC is #290523. Grayscale: #EBEBEB. Windows color (decimal): -2688292 or 14482134. OLE color: 14482134.

HSL color Cylindrical-coordinate representation of color #D6FADC: hue angle of 130º degrees, saturation: 0.78, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6FADC is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB214250220-
CMYK0.1400.120.02
HSL130º78.26%90.98%-
HSV(B)130º14.4%98.04%-
XYZ74.8487.8380.72-
YUV235.82119.07112.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.29%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 220 (86.33% from 255) = 32.16%
R=31.29%
G=36.55%
B=32.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142502200.1400.120.0213078.2690.98
HexD6FADCE0C2824e5b
Octal326372334160142202116133
Binary110101101111101011011100111001100101000001010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FADC; }

 p { color: rgb(214,250,220); }

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

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

 a { background-color: rgb(214,250,220); }

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

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

 span { border-color: rgb(214,250,220); }

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