#DDC5DF

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

Shades of Thistle #DDC5DF

Tints of Thistle #DDC5DF

Color information

#DDC5DF (or 0xDDC5DF) is unknown color: approx Thistle. HEX triplet: DD, C5 and DF. RGB value is (221,197,223). Sum of RGB (Red+Green+Blue) = 221+197+223=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDC5DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5DF is #223A20. Grayscale: #CFCFCF. Windows color (decimal): -2243105 or 14665181. OLE color: 14665181.

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

Color convert

RGB221197223-
CMYK0.010.1200.13
HSL295.38º28.89%82.35%-
HSV(B)295.38º11.66%87.45%-
XYZ63.160.6378.19-
YUV207.14136.95137.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.48%
GREEN value IS 197 (77.34% from 255) = 30.73%
BLUE value IS 223 (87.5% from 255) = 34.79%
R=34.48%
G=30.73%
B=34.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211972230.010.1200.13295.3828.8982.35
HexDDC5DF1C0D1271d52
Octal33530533711401544735122
Binary1101110111000101110111111110001101100100111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5DF; }

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

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

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

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

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

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

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

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