#DDFFDC

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

Shades of Tara #DDFFDC

Tints of Tara #DDFFDC

Color information

#DDFFDC (or 0xDDFFDC) is unknown color: approx Tara. HEX triplet: DD, FF and DC. RGB value is (221,255,220). Sum of RGB (Red+Green+Blue) = 221+255+220=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFDC is #220023. Grayscale: #F0F0F0. Windows color (decimal): -2228260 or 14483421. OLE color: 14483421.

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

Color convert

RGB221255220-
CMYK0.1300.140
HSL118.29º100%93.14%-
HSV(B)118.29º13.73%100%-
XYZ78.592.0681.34-
YUV240.84116.24113.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.75%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 220 (86.33% from 255) = 31.61%
R=31.75%
G=36.64%
B=31.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212552200.1300.140118.2910093.14
HexDDFFDCD0E076645d
Octal335377334150160166144135
Binary1101110111111111110111001101011100111011011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFDC; }

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

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

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

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

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

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

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

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