#DCCBDB

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

Shades of Thistle #DCCBDB

Tints of Thistle #DCCBDB

Color information

#DCCBDB (or 0xDCCBDB) is unknown color: approx Thistle. HEX triplet: DC, CB and DB. RGB value is (220,203,219). Sum of RGB (Red+Green+Blue) = 220+203+219=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBDB is #233424. Grayscale: #D1D1D1. Windows color (decimal): -2307109 or 14404572. OLE color: 14404572.

HSL color Cylindrical-coordinate representation of color #DCCBDB: hue angle of 303.53º 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 #DCCBDB is Cyan = 0, Magento = 0.08, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB220203219-
CMYK00.080.000.14
HSL303.53º19.54%82.94%-
HSV(B)303.53º7.73%86.27%-
XYZ63.6663.0475.83-
YUV209.91133.13135.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 203 (79.69% from 255) = 31.62%
BLUE value IS 219 (85.94% from 255) = 34.11%
R=34.27%
G=31.62%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020321900.080.000.14303.5319.5482.94
HexDCCBDB080E1301453
Octal33431333301001646024123
Binary1101110011001011110110110100001110100110000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBDB; }

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

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

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

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

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

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

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

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