#DDC3DF

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

Shades of Thistle #DDC3DF

Tints of Thistle #DDC3DF

Color information

#DDC3DF (or 0xDDC3DF) is unknown color: approx Thistle. HEX triplet: DD, C3 and DF. RGB value is (221,195,223). Sum of RGB (Red+Green+Blue) = 221+195+223=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 195 (76.56% from 255 or 30.52% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3DF is #223C20. Grayscale: #CDCDCD. Windows color (decimal): -2243617 or 14664669. OLE color: 14664669.

HSL color Cylindrical-coordinate representation of color #DDC3DF: hue angle of 295.71º degrees, saturation: 0.3, 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 #DDC3DF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB221195223-
CMYK0.010.1300.13
HSL295.71º30.43%81.96%-
HSV(B)295.71º12.56%87.45%-
XYZ62.6559.7378.04-
YUV205.97137.61138.72-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.59%
GREEN value IS 195 (76.56% from 255) = 30.52%
BLUE value IS 223 (87.5% from 255) = 34.90%
R=34.59%
G=30.52%
B=34.90%

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
Decimal2211952230.010.1300.13295.7130.4381.96
HexDDC3DF1D0D1281e52
Octal33530333711501545036122
Binary1101110111000011110111111110101101100101000111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3DF; }

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

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

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

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

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

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

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

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