#DDFCDA

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

Shades of Tara #DDFCDA

Tints of Tara #DDFCDA

Color information

#DDFCDA (or 0xDDFCDA) is unknown color: approx Tara. HEX triplet: DD, FC and DA. RGB value is (221,252,218). Sum of RGB (Red+Green+Blue) = 221+252+218=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 252 (98.83% from 255 or 36.47% from 691); Blue value is 218 (85.55% from 255 or 31.55% from 691); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCDA is #220325. Grayscale: #EEEEEE. Windows color (decimal): -2229030 or 14351581. OLE color: 14351581.

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

Color convert

RGB221252218-
CMYK0.1200.130.01
HSL114.71º85%92.16%-
HSV(B)114.71º13.49%98.82%-
XYZ77.2890.0579.64-
YUV238.86116.23115.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 252 (98.83% from 255) = 36.47%
BLUE value IS 218 (85.55% from 255) = 31.55%
R=31.98%
G=36.47%
B=31.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212522180.1200.130.01114.718592.16
HexDDFCDAC0D173555c
Octal335374332140151163125134
Binary1101110111111100110110101100011011111001110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCDA; }

 p { color: rgb(221,252,218); }

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

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

 a { background-color: rgb(221,252,218); }

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

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

 span { border-color: rgb(221,252,218); }

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