#DCF0DB

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

Shades of Tara #DCF0DB

Tints of Tara #DCF0DB

Color information

#DCF0DB (or 0xDCF0DB) is unknown color: approx Tara. HEX triplet: DC, F0 and DB. RGB value is (220,240,219). Sum of RGB (Red+Green+Blue) = 220+240+219=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 240 (94.14% from 255 or 35.35% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF0DB is #230F24. Grayscale: #E7E7E7. Windows color (decimal): -2297637 or 14414044. OLE color: 14414044.

HSL color Cylindrical-coordinate representation of color #DCF0DB: hue angle of 117.14º degrees, saturation: 0.41, 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 #DCF0DB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB220240219-
CMYK0.0800.090.06
HSL117.14º41.18%90%-
HSV(B)117.14º8.75%94.12%-
XYZ73.4682.6579.1-
YUV231.63120.87119.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.40%
GREEN value IS 240 (94.14% from 255) = 35.35%
BLUE value IS 219 (85.94% from 255) = 32.25%
R=32.40%
G=35.35%
B=32.25%

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
Decimal2202402190.0800.090.06117.1441.1890
HexDCF0DB809675295a
Octal33436033310011616551132
Binary11011100111100001101101110000100111011101011010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF0DB; }

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

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

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

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

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

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

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

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