#DDE9DD

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

Shades of Tara #DDE9DD

Tints of Tara #DDE9DD

Color information

#DDE9DD (or 0xDDE9DD) is unknown color: approx Tara. HEX triplet: DD, E9 and DD. RGB value is (221,233,221). Sum of RGB (Red+Green+Blue) = 221+233+221=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 233 (91.41% from 255 or 34.52% from 675); Blue value is 221 (86.72% from 255 or 32.74% from 675); Max value from RGB is 233 - color contains mainly: green. Hex color #DDE9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE9DD is #221622. Grayscale: #E4E4E4. Windows color (decimal): -2233891 or 14543325. OLE color: 14543325.

HSL color Cylindrical-coordinate representation of color #DDE9DD: hue angle of 120º degrees, saturation: 0.21, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDE9DD is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB221233221-
CMYK0.0500.050.09
HSL120º21.43%89.02%-
HSV(B)120º5.15%91.37%-
XYZ72.0178.8779.83-
YUV228.04124.02122.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.74%
GREEN value IS 233 (91.41% from 255) = 34.52%
BLUE value IS 221 (86.72% from 255) = 32.74%
R=32.74%
G=34.52%
B=32.74%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212332210.0500.050.0912021.4389.02
HexDDE9DD5059781559
Octal3353513355051117025131
Binary110111011110100111011101101010110011111000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE9DD; }

 p { color: rgb(221,233,221); }

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

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

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

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

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

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

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