#DDFADA

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

Shades of Tara #DDFADA

Tints of Tara #DDFADA

Color information

#DDFADA (or 0xDDFADA) is unknown color: approx Tara. HEX triplet: DD, FA and DA. RGB value is (221,250,218). Sum of RGB (Red+Green+Blue) = 221+250+218=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 250 (98.05% from 255 or 36.28% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFADA is #220525. Grayscale: #EDEDED. Windows color (decimal): -2229542 or 14351069. OLE color: 14351069.

HSL color Cylindrical-coordinate representation of color #DDFADA: hue angle of 114.38º degrees, saturation: 0.76, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFADA is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB221250218-
CMYK0.1200.130.02
HSL114.38º76.19%91.76%-
HSV(B)114.38º12.8%98.04%-
XYZ76.6688.8179.43-
YUV237.68116.89116.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.08%
GREEN value IS 250 (98.05% from 255) = 36.28%
BLUE value IS 218 (85.55% from 255) = 31.64%
R=32.08%
G=36.28%
B=31.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502180.1200.130.02114.3876.1991.76
HexDDFADAC0D2724c5c
Octal335372332140152162114134
Binary11011101111110101101101011000110110111001010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFADA; }

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

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

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

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

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

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

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

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