#DCC9DA

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

Shades of Thistle #DCC9DA

Tints of Thistle #DCC9DA

Color information

#DCC9DA (or 0xDCC9DA) is unknown color: approx Thistle. HEX triplet: DC, C9 and DA. RGB value is (220,201,218). Sum of RGB (Red+Green+Blue) = 220+201+218=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9DA is #233625. Grayscale: #D0D0D0. Windows color (decimal): -2307622 or 14338524. OLE color: 14338524.

HSL color Cylindrical-coordinate representation of color #DCC9DA: hue angle of 306.32º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC9DA is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220201218-
CMYK00.090.010.14
HSL306.32º21.35%82.55%-
HSV(B)306.32º8.64%86.27%-
XYZ63.0662.0574.98-
YUV208.62133.29136.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 218 (85.55% from 255) = 34.12%
R=34.43%
G=31.46%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020121800.090.010.14306.3221.3582.55
HexDCC9DA091E1321553
Octal33431133201111646225123
Binary1101110011001001110110100100111110100110010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC9DA; }

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

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

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

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

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

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

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

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