#DDC0DF

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

Shades of Thistle #DDC0DF

Tints of Thistle #DDC0DF

Color information

#DDC0DF (or 0xDDC0DF) is unknown color: approx Thistle. HEX triplet: DD, C0 and DF. RGB value is (221,192,223). Sum of RGB (Red+Green+Blue) = 221+192+223=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 192 (75.39% from 255 or 30.19% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDC0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC0DF is #223F20. Grayscale: #CCCCCC. Windows color (decimal): -2244385 or 14663901. OLE color: 14663901.

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

Color convert

RGB221192223-
CMYK0.010.1400.13
HSL296.13º32.63%81.37%-
HSV(B)296.13º13.9%87.45%-
XYZ61.9958.477.82-
YUV204.2138.61139.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.75%
GREEN value IS 192 (75.39% from 255) = 30.19%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=34.75%
G=30.19%
B=35.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211922230.010.1400.13296.1332.6381.37
HexDDC0DF1E0D1282151
Octal33530033711601545041121
Binary11011101110000001101111111110011011001010001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC0DF; }

 p { color: rgb(221,192,223); }

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

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

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

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

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

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

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