#DDC2DF

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

Shades of Thistle #DDC2DF

Tints of Thistle #DDC2DF

Color information

#DDC2DF (or 0xDDC2DF) is unknown color: approx Thistle. HEX triplet: DD, C2 and DF. RGB value is (221,194,223). Sum of RGB (Red+Green+Blue) = 221+194+223=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 194 (76.17% from 255 or 30.41% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2DF is #223D20. Grayscale: #CDCDCD. Windows color (decimal): -2243873 or 14664413. OLE color: 14664413.

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

Color convert

RGB221194223-
CMYK0.010.1300.13
HSL295.86º31.18%81.76%-
HSV(B)295.86º13%87.45%-
XYZ62.4359.2877.96-
YUV205.38137.95139.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.64%
GREEN value IS 194 (76.17% from 255) = 30.41%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=34.64%
G=30.41%
B=34.95%

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
Decimal2211942230.010.1300.13295.8631.1881.76
HexDDC2DF1D0D1281f52
Octal33530233711501545037122
Binary1101110111000010110111111110101101100101000111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2DF; }

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

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

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

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

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

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

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

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