#DDF1DC

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

Shades of Tara #DDF1DC

Tints of Tara #DDF1DC

Color information

#DDF1DC (or 0xDDF1DC) is unknown color: approx Tara. HEX triplet: DD, F1 and DC. RGB value is (221,241,220). Sum of RGB (Red+Green+Blue) = 221+241+220=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 241 (94.53% from 255 or 35.34% from 682); Blue value is 220 (86.33% from 255 or 32.26% from 682); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1DC is #220E23. Grayscale: #E8E8E8. Windows color (decimal): -2231844 or 14479837. OLE color: 14479837.

HSL color Cylindrical-coordinate representation of color #DDF1DC: hue angle of 117.14º degrees, saturation: 0.43, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF1DC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB221241220-
CMYK0.0800.090.05
HSL117.14º42.86%90.39%-
HSV(B)117.14º8.71%94.51%-
XYZ74.1983.4579.91-
YUV232.63120.87119.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.40%
GREEN value IS 241 (94.53% from 255) = 35.34%
BLUE value IS 220 (86.33% from 255) = 32.26%
R=32.40%
G=35.34%
B=32.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212412200.0800.090.05117.1442.8690.39
HexDDF1DC8095752b5a
Octal33536133410011516553132
Binary11011101111100011101110010000100110111101011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1DC; }

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

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

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

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

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

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

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

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