#DCC9DD

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

Shades of Thistle #DCC9DD

Tints of Thistle #DCC9DD

Color information

#DCC9DD (or 0xDCC9DD) is unknown color: approx Thistle. HEX triplet: DC, C9 and DD. RGB value is (220,201,221). Sum of RGB (Red+Green+Blue) = 220+201+221=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 221 (86.72% from 255 or 34.42% from 642); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCC9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9DD is #233622. Grayscale: #D0D0D0. Windows color (decimal): -2307619 or 14535132. OLE color: 14535132.

HSL color Cylindrical-coordinate representation of color #DCC9DD: hue angle of 297º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC9DD is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220201221-
CMYK0.000.0900.13
HSL297º22.73%82.75%-
HSV(B)297º9.05%86.67%-
XYZ63.4562.2177.07-
YUV208.96134.79135.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 201 (78.91% from 255) = 31.31%
BLUE value IS 221 (86.72% from 255) = 34.42%
R=34.27%
G=31.31%
B=34.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202012210.000.0900.1329722.7382.75
HexDCC9DD090D1291753
Octal33431133501101545127123
Binary1101110011001001110111010100101101100101001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9DD; }

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

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

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

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

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

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

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

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