#DDF1DD

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

Shades of Tara #DDF1DD

Tints of Tara #DDF1DD

Color information

#DDF1DD (or 0xDDF1DD) is unknown color: approx Tara. HEX triplet: DD, F1 and DD. RGB value is (221,241,221). Sum of RGB (Red+Green+Blue) = 221+241+221=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1DD is #220E22. Grayscale: #E8E8E8. Windows color (decimal): -2231843 or 14545373. OLE color: 14545373.

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

Color convert

RGB221241221-
CMYK0.0800.080.05
HSL120º41.67%90.59%-
HSV(B)120º8.3%94.51%-
XYZ74.3383.580.61-
YUV232.74121.37119.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.36%
GREEN value IS 241 (94.53% from 255) = 35.29%
BLUE value IS 221 (86.72% from 255) = 32.36%
R=32.36%
G=35.29%
B=32.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212412210.0800.080.0512041.6790.59
HexDDF1DD8085782a5b
Octal33536133510010517052133
Binary11011101111100011101110110000100010111110001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1DD; }

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

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

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

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

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

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

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

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