#DCF0DA

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

Shades of Tara #DCF0DA

Tints of Tara #DCF0DA

Color information

#DCF0DA (or 0xDCF0DA) is unknown color: approx Tara. HEX triplet: DC, F0 and DA. RGB value is (220,240,218). Sum of RGB (Red+Green+Blue) = 220+240+218=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0DA is #230F25. Grayscale: #E7E7E7. Windows color (decimal): -2297638 or 14348508. OLE color: 14348508.

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

Color convert

RGB220240218-
CMYK0.0800.090.06
HSL114.55º42.31%89.8%-
HSV(B)114.55º9.17%94.12%-
XYZ73.3382.678.41-
YUV231.51120.37119.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.45%
GREEN value IS 240 (94.14% from 255) = 35.40%
BLUE value IS 218 (85.55% from 255) = 32.15%
R=32.45%
G=35.40%
B=32.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202402180.0800.090.06114.5542.3189.8
HexDCF0DA8096732a5a
Octal33436033210011616352132
Binary11011100111100001101101010000100111011100111010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0DA; }

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

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

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

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

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

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

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

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