#DDFADB

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

Shades of Tara #DDFADB

Tints of Tara #DDFADB

Color information

#DDFADB (or 0xDDFADB) is unknown color: approx Tara. HEX triplet: DD, FA and DB. RGB value is (221,250,219). Sum of RGB (Red+Green+Blue) = 221+250+219=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 219 (85.94% from 255 or 31.74% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFADB is #220524. Grayscale: #EDEDED. Windows color (decimal): -2229541 or 14416605. OLE color: 14416605.

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

Color convert

RGB221250219-
CMYK0.1200.120.02
HSL116.13º75.61%91.96%-
HSV(B)116.13º12.4%98.04%-
XYZ76.7988.8680.12-
YUV237.8117.39116.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 219 (85.94% from 255) = 31.74%
R=32.03%
G=36.23%
B=31.74%

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
Decimal2212502190.1200.120.02116.1375.6191.96
HexDDFADBC0C2744c5c
Octal335372333140142164114134
Binary11011101111110101101101111000110010111010010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFADB; }

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

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

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

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

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

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

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

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