#DDF9DC

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

Shades of Tara #DDF9DC

Tints of Tara #DDF9DC

Color information

#DDF9DC (or 0xDDF9DC) is unknown color: approx Tara. HEX triplet: DD, F9 and DC. RGB value is (221,249,220). Sum of RGB (Red+Green+Blue) = 221+249+220=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 249 (97.66% from 255 or 36.09% from 690); Blue value is 220 (86.33% from 255 or 31.88% from 690); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF9DC is #220623. Grayscale: #EDEDED. Windows color (decimal): -2229796 or 14481885. OLE color: 14481885.

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

Color convert

RGB221249220-
CMYK0.1100.120.02
HSL117.93º70.73%91.96%-
HSV(B)117.93º11.65%97.65%-
XYZ76.6188.2980.71-
YUV237.32118.22116.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.03%
GREEN value IS 249 (97.66% from 255) = 36.09%
BLUE value IS 220 (86.33% from 255) = 31.88%
R=32.03%
G=36.09%
B=31.88%

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
Decimal2212492200.1100.120.02117.9370.7391.96
HexDDF9DCB0C276475c
Octal335371334130142166107134
Binary11011101111110011101110010110110010111011010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9DC; }

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

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

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

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

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

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

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

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