#DCC1DB

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

Shades of Thistle #DCC1DB

Tints of Thistle #DCC1DB

Color information

#DCC1DB (or 0xDCC1DB) is unknown color: approx Thistle. HEX triplet: DC, C1 and DB. RGB value is (220,193,219). Sum of RGB (Red+Green+Blue) = 220+193+219=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC1DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC1DB is #233E24. Grayscale: #CBCBCB. Windows color (decimal): -2309669 or 14402012. OLE color: 14402012.

HSL color Cylindrical-coordinate representation of color #DCC1DB: hue angle of 302.22º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCC1DB is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB220193219-
CMYK00.120.000.14
HSL302.22º27.84%80.98%-
HSV(B)302.22º12.27%86.27%-
XYZ61.3758.4775.07-
YUV204.04136.45139.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.81%
GREEN value IS 193 (75.78% from 255) = 30.54%
BLUE value IS 219 (85.94% from 255) = 34.65%
R=34.81%
G=30.54%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019321900.120.000.14302.2227.8480.98
HexDCC1DB0C0E12e1c51
Octal33430133301401645634121
Binary1101110011000001110110110110001110100101110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC1DB; }

 p { color: rgb(220,193,219); }

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

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

 a { background-color: rgb(220,193,219); }

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

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

 span { border-color: rgb(220,193,219); }

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