#D6F1DC

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

Shades of Off Green #D6F1DC

Tints of Off Green #D6F1DC

Color information

#D6F1DC (or 0xD6F1DC) is unknown color: approx Off Green. HEX triplet: D6, F1 and DC. RGB value is (214,241,220). Sum of RGB (Red+Green+Blue) = 214+241+220=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1DC is #290E23. Grayscale: #E6E6E6. Windows color (decimal): -2690596 or 14479830. OLE color: 14479830.

HSL color Cylindrical-coordinate representation of color #D6F1DC: hue angle of 133.33º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6F1DC is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB214241220-
CMYK0.1100.090.05
HSL133.33º49.09%89.22%-
HSV(B)133.33º11.2%94.51%-
XYZ72.1182.3779.81-
YUV230.53122.05116.21-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.70%
GREEN value IS 241 (94.53% from 255) = 35.70%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=31.70%
G=35.70%
B=32.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142412200.1100.090.05133.3349.0989.22
HexD6F1DCB095853159
Octal32636133413011520561131
Binary110101101111000111011100101101001101100001011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F1DC; }

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

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

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

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

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

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

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

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