#DDF6DC

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

Shades of Tara #DDF6DC

Tints of Tara #DDF6DC

Color information

#DDF6DC (or 0xDDF6DC) is unknown color: approx Tara. HEX triplet: DD, F6 and DC. RGB value is (221,246,220). Sum of RGB (Red+Green+Blue) = 221+246+220=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF6DC is #220923. Grayscale: #EBEBEB. Windows color (decimal): -2230564 or 14481117. OLE color: 14481117.

HSL color Cylindrical-coordinate representation of color #DDF6DC: hue angle of 117.69º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF6DC is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB221246220-
CMYK0.1000.110.04
HSL117.69º59.09%91.37%-
HSV(B)117.69º10.57%96.47%-
XYZ75.6986.4580.41-
YUV235.56119.22117.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.17%
GREEN value IS 246 (96.48% from 255) = 35.81%
BLUE value IS 220 (86.33% from 255) = 32.02%
R=32.17%
G=35.81%
B=32.02%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2212462200.1000.110.04117.6959.0991.37
HexDDF6DCA0B4763b5b
Octal33536633412013416673133
Binary11011101111101101101110010100101110011101101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF6DC; }

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

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

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

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

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

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

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

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