#DDF3DD

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

Shades of Tara #DDF3DD

Tints of Tara #DDF3DD

Color information

#DDF3DD (or 0xDDF3DD) is unknown color: approx Tara. HEX triplet: DD, F3 and DD. RGB value is (221,243,221). Sum of RGB (Red+Green+Blue) = 221+243+221=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF3DD is #220C22. Grayscale: #E9E9E9. Windows color (decimal): -2231331 or 14545885. OLE color: 14545885.

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

Color convert

RGB221243221-
CMYK0.0900.090.05
HSL120º47.83%90.98%-
HSV(B)120º9.05%95.29%-
XYZ74.9284.6980.81-
YUV233.91120.71118.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 243 (95.31% from 255) = 35.47%
BLUE value IS 221 (86.72% from 255) = 32.26%
R=32.26%
G=35.47%
B=32.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212432210.0900.090.0512047.8390.98
HexDDF3DD909578305b
Octal33536333511011517060133
Binary11011101111100111101110110010100110111110001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3DD; }

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

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

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

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

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

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

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

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