#DCCBDC

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

Shades of Thistle #DCCBDC

Tints of Thistle #DCCBDC

Color information

#DCCBDC (or 0xDCCBDC) is unknown color: approx Thistle. HEX triplet: DC, CB and DC. RGB value is (220,203,220). Sum of RGB (Red+Green+Blue) = 220+203+220=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 220 (86.33% from 255 or 34.21% from 643); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCCBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBDC is #233423. Grayscale: #D1D1D1. Windows color (decimal): -2307108 or 14470108. OLE color: 14470108.

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

Color convert

RGB220203220-
CMYK00.0800.14
HSL300º19.54%82.94%-
HSV(B)300º7.73%86.27%-
XYZ63.7963.0976.53-
YUV210.02133.63135.12-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.21%
GREEN value IS 203 (79.69% from 255) = 31.57%
BLUE value IS 220 (86.33% from 255) = 34.21%
R=34.21%
G=31.57%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020322000.0800.1430019.5482.94
HexDCCBDC080E12c1453
Octal33431333401001645424123
Binary1101110011001011110111000100001110100101100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBDC; }

 p { color: rgb(220,203,220); }

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

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

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

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

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

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

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