#DDFADE

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

Shades of Tara #DDFADE

Tints of Tara #DDFADE

Color information

#DDFADE (or 0xDDFADE) is unknown color: approx Tara. HEX triplet: DD, FA and DE. RGB value is (221,250,222). Sum of RGB (Red+Green+Blue) = 221+250+222=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFADE is #220521. Grayscale: #EEEEEE. Windows color (decimal): -2229538 or 14613213. OLE color: 14613213.

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

Color convert

RGB221250222-
CMYK0.1200.110.02
HSL122.07º74.36%92.35%-
HSV(B)122.07º11.6%98.04%-
XYZ77.1989.0282.22-
YUV238.14118.89115.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 250 (98.05% from 255) = 36.08%
BLUE value IS 222 (87.11% from 255) = 32.03%
R=31.89%
G=36.08%
B=32.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502220.1200.110.02122.0774.3692.35
HexDDFADEC0B27a4a5c
Octal335372336140132172112134
Binary11011101111110101101111011000101110111101010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFADE; }

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

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

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

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

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

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

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

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