#DDC1DF

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

Shades of Thistle #DDC1DF

Tints of Thistle #DDC1DF

Color information

#DDC1DF (or 0xDDC1DF) is unknown color: approx Thistle. HEX triplet: DD, C1 and DF. RGB value is (221,193,223). Sum of RGB (Red+Green+Blue) = 221+193+223=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 193 (75.78% from 255 or 30.30% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDC1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1DF is #223E20. Grayscale: #CCCCCC. Windows color (decimal): -2244129 or 14664157. OLE color: 14664157.

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

Color convert

RGB221193223-
CMYK0.010.1300.13
HSL296º31.91%81.57%-
HSV(B)296º13.45%87.45%-
XYZ62.2158.8477.89-
YUV204.79138.28139.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 193 (75.78% from 255) = 30.30%
BLUE value IS 223 (87.5% from 255) = 35.01%
R=34.69%
G=30.30%
B=35.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211932230.010.1300.1329631.9181.57
HexDDC1DF1D0D1282052
Octal33530133711501545040122
Binary11011101110000011101111111101011011001010001000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1DF; }

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

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

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

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

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

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

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

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