#DDFADC

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

Shades of Tara #DDFADC

Tints of Tara #DDFADC

Color information

#DDFADC (or 0xDDFADC) is unknown color: approx Tara. HEX triplet: DD, FA and DC. RGB value is (221,250,220). Sum of RGB (Red+Green+Blue) = 221+250+220=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 250 (98.05% from 255 or 36.18% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFADC is #220523. Grayscale: #EEEEEE. Windows color (decimal): -2229540 or 14482141. OLE color: 14482141.

HSL color Cylindrical-coordinate representation of color #DDFADC: hue angle of 118º 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 #DDFADC is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB221250220-
CMYK0.1200.120.02
HSL118º75%92.16%-
HSV(B)118º12%98.04%-
XYZ76.9288.9180.82-
YUV237.91117.89115.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 250 (98.05% from 255) = 36.18%
BLUE value IS 220 (86.33% from 255) = 31.84%
R=31.98%
G=36.18%
B=31.84%

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
Decimal2212502200.1200.120.021187592.16
HexDDFADCC0C2764b5c
Octal335372334140142166113134
Binary11011101111110101101110011000110010111011010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFADC; }

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

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

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

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

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

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

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

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