#DDFADD

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

Shades of Tara #DDFADD

Tints of Tara #DDFADD

Color information

#DDFADD (or 0xDDFADD) is unknown color: approx Tara. HEX triplet: DD, FA and DD. RGB value is (221,250,221). Sum of RGB (Red+Green+Blue) = 221+250+221=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 250 (98.05% from 255 or 36.13% from 692); Blue value is 221 (86.72% from 255 or 31.94% from 692); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFADD is #220522. Grayscale: #EEEEEE. Windows color (decimal): -2229539 or 14547677. OLE color: 14547677.

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

Color convert

RGB221250221-
CMYK0.1200.120.02
HSL120º74.36%92.35%-
HSV(B)120º11.6%98.04%-
XYZ77.0688.9681.52-
YUV238.02118.39115.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.94%
GREEN value IS 250 (98.05% from 255) = 36.13%
BLUE value IS 221 (86.72% from 255) = 31.94%
R=31.94%
G=36.13%
B=31.94%

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
Decimal2212502210.1200.120.0212074.3692.35
HexDDFADDC0C2784a5c
Octal335372335140142170112134
Binary11011101111110101101110111000110010111100010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFADD; }

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

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

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

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

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

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

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

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