#DDFCDC

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

Shades of Tara #DDFCDC

Tints of Tara #DDFCDC

Color information

#DDFCDC (or 0xDDFCDC) is unknown color: approx Tara. HEX triplet: DD, FC and DC. RGB value is (221,252,220). Sum of RGB (Red+Green+Blue) = 221+252+220=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 252 (98.83% from 255 or 36.36% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFCDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFCDC is #220323. Grayscale: #EFEFEF. Windows color (decimal): -2229028 or 14482653. OLE color: 14482653.

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

Color convert

RGB221252220-
CMYK0.1200.130.01
HSL118.12º84.21%92.55%-
HSV(B)118.12º12.7%98.82%-
XYZ77.5590.1681.03-
YUV239.08117.23115.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 252 (98.83% from 255) = 36.36%
BLUE value IS 220 (86.33% from 255) = 31.75%
R=31.89%
G=36.36%
B=31.75%

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
Decimal2212522200.1200.130.01118.1284.2192.55
HexDDFCDCC0D176545d
Octal335374334140151166124135
Binary1101110111111100110111001100011011111011010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFCDC; }

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

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

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

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

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

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

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

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