#DCF2DC

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

Shades of Tara #DCF2DC

Tints of Tara #DCF2DC

Color information

#DCF2DC (or 0xDCF2DC) is unknown color: approx Tara. HEX triplet: DC, F2 and DC. RGB value is (220,242,220). Sum of RGB (Red+Green+Blue) = 220+242+220=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2DC is #230D23. Grayscale: #E8E8E8. Windows color (decimal): -2297124 or 14480092. OLE color: 14480092.

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

Color convert

RGB220242220-
CMYK0.0900.090.05
HSL120º45.83%90.59%-
HSV(B)120º9.09%94.9%-
XYZ74.1983.8979.99-
YUV232.91120.71118.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 242 (94.92% from 255) = 35.48%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=32.26%
G=35.48%
B=32.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202422200.0900.090.0512045.8390.59
HexDCF2DC9095782e5b
Octal33436233411011517056133
Binary11011100111100101101110010010100110111110001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2DC; }

 p { color: rgb(220,242,220); }

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

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

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

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

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

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

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