#DCC9DF

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

Shades of Thistle #DCC9DF

Tints of Thistle #DCC9DF

Color information

#DCC9DF (or 0xDCC9DF) is unknown color: approx Thistle. HEX triplet: DC, C9 and DF. RGB value is (220,201,223). Sum of RGB (Red+Green+Blue) = 220+201+223=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 201 (78.91% from 255 or 31.21% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCC9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9DF is #233620. Grayscale: #D1D1D1. Windows color (decimal): -2307617 or 14666204. OLE color: 14666204.

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

Color convert

RGB220201223-
CMYK0.010.1000.13
HSL291.82º25.58%83.14%-
HSV(B)291.82º9.87%87.45%-
XYZ63.7262.3278.48-
YUV209.19135.79135.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.16%
GREEN value IS 201 (78.91% from 255) = 31.21%
BLUE value IS 223 (87.5% from 255) = 34.63%
R=34.16%
G=31.21%
B=34.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202012230.010.1000.13291.8225.5883.14
HexDCC9DF1A0D1241a53
Octal33431133711201544432123
Binary1101110011001001110111111101001101100100100110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9DF; }

 p { color: rgb(220,201,223); }

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

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

 a { background-color: rgb(220,201,223); }

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

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

 span { border-color: rgb(220,201,223); }

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