#DDE8DD

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

Shades of Tara #DDE8DD

Tints of Tara #DDE8DD

Color information

#DDE8DD (or 0xDDE8DD) is unknown color: approx Tara. HEX triplet: DD, E8 and DD. RGB value is (221,232,221). Sum of RGB (Red+Green+Blue) = 221+232+221=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 232 (91.02% from 255 or 34.42% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 232 - color contains mainly: green. Hex color #DDE8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE8DD is #221722. Grayscale: #E3E3E3. Windows color (decimal): -2234147 or 14543069. OLE color: 14543069.

HSL color Cylindrical-coordinate representation of color #DDE8DD: hue angle of 120º degrees, saturation: 0.19, 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 #DDE8DD is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB221232221-
CMYK0.0500.050.09
HSL120º19.3%88.82%-
HSV(B)120º4.74%90.98%-
XYZ71.7378.3179.74-
YUV227.46124.36123.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.79%
GREEN value IS 232 (91.02% from 255) = 34.42%
BLUE value IS 221 (86.72% from 255) = 32.79%
R=32.79%
G=34.42%
B=32.79%

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
Decimal2212322210.0500.050.0912019.388.82
HexDDE8DD5059781359
Octal3353503355051117023131
Binary110111011110100011011101101010110011111000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE8DD; }

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

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

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

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

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

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

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

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