#DCBDDB

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

Shades of Thistle #DCBDDB

Tints of Thistle #DCBDDB

Color information

#DCBDDB (or 0xDCBDDB) is unknown color: approx Thistle. HEX triplet: DC, BD and DB. RGB value is (220,189,219). Sum of RGB (Red+Green+Blue) = 220+189+219=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDDB is #234224. Grayscale: #C9C9C9. Windows color (decimal): -2310693 or 14400988. OLE color: 14400988.

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

Color convert

RGB220189219-
CMYK00.140.000.14
HSL301.94º30.69%80.2%-
HSV(B)301.94º14.09%86.27%-
XYZ60.556.7374.78-
YUV201.69137.77141.06-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 189 (74.22% from 255) = 30.10%
BLUE value IS 219 (85.94% from 255) = 34.87%
R=35.03%
G=30.10%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018921900.140.000.14301.9430.6980.2
HexDCBDDB0E0E12e1f50
Octal33427533301601645637120
Binary1101110010111101110110110111001110100101110111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDDB; }

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

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

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

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

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

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

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

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