#DDD0DA

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

Shades of Thistle #DDD0DA

Tints of Thistle #DDD0DA

Color information

#DDD0DA (or 0xDDD0DA) is unknown color: approx Thistle. HEX triplet: DD, D0 and DA. RGB value is (221,208,218). Sum of RGB (Red+Green+Blue) = 221+208+218=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0DA is #222F25. Grayscale: #D4D4D4. Windows color (decimal): -2240294 or 14340317. OLE color: 14340317.

HSL color Cylindrical-coordinate representation of color #DDD0DA: hue angle of 313.85º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD0DA is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221208218-
CMYK00.060.010.13
HSL313.85º16.05%84.12%-
HSV(B)313.85º5.88%86.67%-
XYZ65.0365.5575.55-
YUV213.03130.81133.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 208 (81.64% from 255) = 32.15%
BLUE value IS 218 (85.55% from 255) = 33.69%
R=34.16%
G=32.15%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120821800.060.010.13313.8516.0584.12
HexDDD0DA061D13a1054
Octal3353203320611547220124
Binary110111011101000011011010011011101100111010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0DA; }

 p { color: rgb(221,208,218); }

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

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

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

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

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

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

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