#DDFDD9

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

Shades of Tara #DDFDD9

Tints of Tara #DDFDD9

Color information

#DDFDD9 (or 0xDDFDD9) is unknown color: approx Tara. HEX triplet: DD, FD and D9. RGB value is (221,253,217). Sum of RGB (Red+Green+Blue) = 221+253+217=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 253 (99.22% from 255 or 36.61% from 691); Blue value is 217 (85.16% from 255 or 31.40% from 691); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDD9 is #220226. Grayscale: #EFEFEF. Windows color (decimal): -2228775 or 14286301. OLE color: 14286301.

HSL color Cylindrical-coordinate representation of color #DDFDD9: hue angle of 113.33º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDFDD9 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB221253217-
CMYK0.1300.140.01
HSL113.33º90%92.16%-
HSV(B)113.33º14.23%99.22%-
XYZ77.4790.6379.06-
YUV239.33115.4114.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 253 (99.22% from 255) = 36.61%
BLUE value IS 217 (85.16% from 255) = 31.40%
R=31.98%
G=36.61%
B=31.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212532170.1300.140.01113.339092.16
HexDDFDD9D0E1715a5c
Octal335375331150161161132134
Binary1101110111111101110110011101011101111000110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDD9; }

 p { color: rgb(221,253,217); }

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

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

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

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

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

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

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