#DCFED8

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

Shades of Tara #DCFED8

Tints of Tara #DCFED8

Color information

#DCFED8 (or 0xDCFED8) is unknown color: approx Tara. HEX triplet: DC, FE and D8. RGB value is (220,254,216). Sum of RGB (Red+Green+Blue) = 220+254+216=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 216 (84.77% from 255 or 31.30% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFED8 is #230127. Grayscale: #EFEFEF. Windows color (decimal): -2294056 or 14221020. OLE color: 14221020.

HSL color Cylindrical-coordinate representation of color #DCFED8: hue angle of 113.68º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCFED8 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB220254216-
CMYK0.1300.150.00
HSL113.68º95%92.16%-
HSV(B)113.68º14.96%99.61%-
XYZ77.3591.0678.46-
YUV239.5114.74114.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.88%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 216 (84.77% from 255) = 31.30%
R=31.88%
G=36.81%
B=31.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2202542160.1300.150.00113.689592.16
HexDCFED8D0F0725f5c
Octal334376330150170162137134
Binary1101110011111110110110001101011110111001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFED8; }

 p { color: rgb(220,254,216); }

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

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

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

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

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

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

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