#DDF1DE

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

Shades of Tara #DDF1DE

Tints of Tara #DDF1DE

Color information

#DDF1DE (or 0xDDF1DE) is unknown color: approx Tara. HEX triplet: DD, F1 and DE. RGB value is (221,241,222). Sum of RGB (Red+Green+Blue) = 221+241+222=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1DE is #220E21. Grayscale: #E8E8E8. Windows color (decimal): -2231842 or 14610909. OLE color: 14610909.

HSL color Cylindrical-coordinate representation of color #DDF1DE: hue angle of 123º 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 #DDF1DE is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB221241222-
CMYK0.0800.080.05
HSL123º41.67%90.59%-
HSV(B)123º8.3%94.51%-
XYZ74.4683.5681.31-
YUV232.85121.87119.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.31%
GREEN value IS 241 (94.53% from 255) = 35.23%
BLUE value IS 222 (87.11% from 255) = 32.46%
R=32.31%
G=35.23%
B=32.46%

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
Decimal2212412220.0800.080.0512341.6790.59
HexDDF1DE80857b2a5b
Octal33536133610010517352133
Binary11011101111100011101111010000100010111110111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1DE; }

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

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

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

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

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

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

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

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