#DCFDDA

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

Shades of Tara #DCFDDA

Tints of Tara #DCFDDA

Color information

#DCFDDA (or 0xDCFDDA) is unknown color: approx Tara. HEX triplet: DC, FD and DA. RGB value is (220,253,218). Sum of RGB (Red+Green+Blue) = 220+253+218=691 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.84% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFDDA is #230225. Grayscale: #EFEFEF. Windows color (decimal): -2294310 or 14351836. OLE color: 14351836.

HSL color Cylindrical-coordinate representation of color #DCFDDA: hue angle of 116.57º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFDDA is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB220253218-
CMYK0.1300.140.01
HSL116.57º89.74%92.35%-
HSV(B)116.57º13.83%99.22%-
XYZ77.390.5379.73-
YUV239.14116.07114.35-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.84%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 218 (85.55% from 255) = 31.55%
R=31.84%
G=36.61%
B=31.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2202532180.1300.140.01116.5789.7492.35
HexDCFDDAD0E1755a5c
Octal334375332150161165132134
Binary1101110011111101110110101101011101111010110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFDDA; }

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

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

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

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

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

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

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

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