#DCC8DA

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

Shades of Thistle #DCC8DA

Tints of Thistle #DCC8DA

Color information

#DCC8DA (or 0xDCC8DA) is unknown color: approx Thistle. HEX triplet: DC, C8 and DA. RGB value is (220,200,218). Sum of RGB (Red+Green+Blue) = 220+200+218=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 218 (85.55% from 255 or 34.17% from 638); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8DA is #233725. Grayscale: #CFCFCF. Windows color (decimal): -2307878 or 14338268. OLE color: 14338268.

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

Color convert

RGB220200218-
CMYK00.090.010.14
HSL306º22.22%82.35%-
HSV(B)306º9.09%86.27%-
XYZ62.8261.5974.91-
YUV208.03133.63136.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 218 (85.55% from 255) = 34.17%
R=34.48%
G=31.35%
B=34.17%

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
Decimal22020021800.090.010.1430622.2282.35
HexDCC8DA091E1321652
Octal33431033201111646226122
Binary1101110011001000110110100100111110100110010101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC8DA; }

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

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

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

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

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

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

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

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