#DDF9DB

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

Shades of Tara #DDF9DB

Tints of Tara #DDF9DB

Color information

#DDF9DB (or 0xDDF9DB) is unknown color: approx Tara. HEX triplet: DD, F9 and DB. RGB value is (221,249,219). Sum of RGB (Red+Green+Blue) = 221+249+219=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 249 (97.66% from 255 or 36.14% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9DB is #220624. Grayscale: #EDEDED. Windows color (decimal): -2229797 or 14416349. OLE color: 14416349.

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

Color convert

RGB221249219-
CMYK0.1100.120.02
HSL116º71.43%91.76%-
HSV(B)116º12.05%97.65%-
XYZ76.4888.2480.02-
YUV237.21117.72116.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.08%
GREEN value IS 249 (97.66% from 255) = 36.14%
BLUE value IS 219 (85.94% from 255) = 31.79%
R=32.08%
G=36.14%
B=31.79%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212492190.1100.120.0211671.4391.76
HexDDF9DBB0C274475c
Octal335371333130142164107134
Binary11011101111110011101101110110110010111010010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9DB; }

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

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

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

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

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

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

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

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