#DCF8D9

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

Shades of Tara #DCF8D9

Tints of Tara #DCF8D9

Color information

#DCF8D9 (or 0xDCF8D9) is unknown color: approx Tara. HEX triplet: DC, F8 and D9. RGB value is (220,248,217). Sum of RGB (Red+Green+Blue) = 220+248+217=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 248 (97.27% from 255 or 36.20% from 685); Blue value is 217 (85.16% from 255 or 31.68% from 685); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF8D9 is #230726. Grayscale: #ECECEC. Windows color (decimal): -2295591 or 14285020. OLE color: 14285020.

HSL color Cylindrical-coordinate representation of color #DCF8D9: hue angle of 114.19º degrees, saturation: 0.69, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF8D9 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB220248217-
CMYK0.1100.120.03
HSL114.19º68.89%91.18%-
HSV(B)114.19º12.5%97.25%-
XYZ75.6187.3678.52-
YUV236.09117.22116.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 248 (97.27% from 255) = 36.20%
BLUE value IS 217 (85.16% from 255) = 31.68%
R=32.12%
G=36.20%
B=31.68%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2202482170.1100.120.03114.1968.8991.18
HexDCF8D9B0C372455b
Octal334370331130143162105133
Binary11011100111110001101100110110110011111001010001011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF8D9; }

 p { color: rgb(220,248,217); }

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

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

 a { background-color: rgb(220,248,217); }

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

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

 span { border-color: rgb(220,248,217); }

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