#DCBFDB

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

Shades of Thistle #DCBFDB

Tints of Thistle #DCBFDB

Color information

#DCBFDB (or 0xDCBFDB) is unknown color: approx Thistle. HEX triplet: DC, BF and DB. RGB value is (220,191,219). Sum of RGB (Red+Green+Blue) = 220+191+219=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFDB is #234024. Grayscale: #CACACA. Windows color (decimal): -2310181 or 14401500. OLE color: 14401500.

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

Color convert

RGB220191219-
CMYK00.130.000.14
HSL302.07º29.29%80.59%-
HSV(B)302.07º13.18%86.27%-
XYZ60.9357.5974.92-
YUV202.86137.11140.22-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 191 (75% from 255) = 30.32%
BLUE value IS 219 (85.94% from 255) = 34.76%
R=34.92%
G=30.32%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019121900.130.000.14302.0729.2980.59
HexDCBFDB0D0E12e1d51
Octal33427733301501645635121
Binary1101110010111111110110110110101110100101110111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFDB; }

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

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

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

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

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

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

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

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