#DCC5D9

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

Shades of Thistle #DCC5D9

Tints of Thistle #DCC5D9

Color information

#DCC5D9 (or 0xDCC5D9) is unknown color: approx Thistle. HEX triplet: DC, C5 and D9. RGB value is (220,197,217). Sum of RGB (Red+Green+Blue) = 220+197+217=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 217 (85.16% from 255 or 34.23% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5D9 is #233A26. Grayscale: #CECECE. Windows color (decimal): -2308647 or 14271964. OLE color: 14271964.

HSL color Cylindrical-coordinate representation of color #DCC5D9: hue angle of 307.83º degrees, saturation: 0.25, 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 #DCC5D9 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB220197217-
CMYK00.100.010.14
HSL307.83º24.73%81.76%-
HSV(B)307.83º10.45%86.27%-
XYZ62.0160.1673.99-
YUV206.16134.12137.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.70%
GREEN value IS 197 (77.34% from 255) = 31.07%
BLUE value IS 217 (85.16% from 255) = 34.23%
R=34.70%
G=31.07%
B=34.23%

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
Decimal22019721700.100.010.14307.8324.7381.76
HexDCC5D90A1E1341952
Octal33430533101211646431122
Binary1101110011000101110110010101011110100110100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC5D9; }

 p { color: rgb(220,197,217); }

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

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

 a { background-color: rgb(220,197,217); }

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

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

 span { border-color: rgb(220,197,217); }

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