#DDFDDC

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

Shades of Tara #DDFDDC

Tints of Tara #DDFDDC

Color information

#DDFDDC (or 0xDDFDDC) is unknown color: approx Tara. HEX triplet: DD, FD and DC. RGB value is (221,253,220). Sum of RGB (Red+Green+Blue) = 221+253+220=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDDC is #220223. Grayscale: #EFEFEF. Windows color (decimal): -2228772 or 14482909. OLE color: 14482909.

HSL color Cylindrical-coordinate representation of color #DDFDDC: hue angle of 118.18º degrees, saturation: 0.89, 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 #DDFDDC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB221253220-
CMYK0.1300.130.01
HSL118.18º89.19%92.75%-
HSV(B)118.18º13.04%99.22%-
XYZ77.8690.7981.13-
YUV239.67116.9114.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.84%
GREEN value IS 253 (99.22% from 255) = 36.46%
BLUE value IS 220 (86.33% from 255) = 31.70%
R=31.84%
G=36.46%
B=31.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532200.1300.130.01118.1889.1992.75
HexDDFDDCD0D176595d
Octal335375334150151166131135
Binary1101110111111101110111001101011011111011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDDC; }

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

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

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

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

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

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

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

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