#DCC7DA

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

Shades of Thistle #DCC7DA

Tints of Thistle #DCC7DA

Color information

#DCC7DA (or 0xDCC7DA) is unknown color: approx Thistle. HEX triplet: DC, C7 and DA. RGB value is (220,199,218). Sum of RGB (Red+Green+Blue) = 220+199+218=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 199 (78.12% from 255 or 31.24% from 637); Blue value is 218 (85.55% from 255 or 34.22% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7DA is #233825. Grayscale: #CFCFCF. Windows color (decimal): -2308134 or 14338012. OLE color: 14338012.

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

Color convert

RGB220199218-
CMYK00.100.010.14
HSL305.71º23.08%82.16%-
HSV(B)305.71º9.55%86.27%-
XYZ62.5961.1274.83-
YUV207.44133.96136.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 199 (78.12% from 255) = 31.24%
BLUE value IS 218 (85.55% from 255) = 34.22%
R=34.54%
G=31.24%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019921800.100.010.14305.7123.0882.16
HexDCC7DA0A1E1321752
Octal33430733201211646227122
Binary1101110011000111110110100101011110100110010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC7DA; }

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

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

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

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

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

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

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

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