#DDFFDA

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

Shades of Tara #DDFFDA

Tints of Tara #DDFFDA

Color information

#DDFFDA (or 0xDDFFDA) is unknown color: approx Tara. HEX triplet: DD, FF and DA. RGB value is (221,255,218). Sum of RGB (Red+Green+Blue) = 221+255+218=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 255 (100% from 255 or 36.74% from 694); Blue value is 218 (85.55% from 255 or 31.41% from 694); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFDA is #220025. Grayscale: #F0F0F0. Windows color (decimal): -2228262 or 14352349. OLE color: 14352349.

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

Color convert

RGB221255218-
CMYK0.1300.150
HSL115.14º100%92.75%-
HSV(B)115.14º14.51%100%-
XYZ78.2391.9579.96-
YUV240.62115.24114.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.84%
GREEN value IS 255 (100% from 255) = 36.74%
BLUE value IS 218 (85.55% from 255) = 31.41%
R=31.84%
G=36.74%
B=31.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212552180.1300.150115.1410092.75
HexDDFFDAD0F073645d
Octal335377332150170163144135
Binary1101110111111111110110101101011110111001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFDA; }

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

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

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

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

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

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

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

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