#DCFADC

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

Shades of Tara #DCFADC

Tints of Tara #DCFADC

Color information

#DCFADC (or 0xDCFADC) is unknown color: approx Tara. HEX triplet: DC, FA and DC. RGB value is (220,250,220). Sum of RGB (Red+Green+Blue) = 220+250+220=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFADC is #230523. Grayscale: #EDEDED. Windows color (decimal): -2295076 or 14482140. OLE color: 14482140.

HSL color Cylindrical-coordinate representation of color #DCFADC: hue angle of 120º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFADC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB220250220-
CMYK0.1200.120.02
HSL120º75%92.16%-
HSV(B)120º12%98.04%-
XYZ76.6288.7580.8-
YUV237.61118.06115.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.88%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 220 (86.33% from 255) = 31.88%
R=31.88%
G=36.23%
B=31.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202502200.1200.120.021207592.16
HexDCFADCC0C2784b5c
Octal334372334140142170113134
Binary11011100111110101101110011000110010111100010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFADC; }

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

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

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

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

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

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

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

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