#DCB6E2

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

Shades of Thistle #DCB6E2

Tints of Thistle #DCB6E2

Color information

#DCB6E2 (or 0xDCB6E2) is unknown color: approx Thistle. HEX triplet: DC, B6 and E2. RGB value is (220,182,226). Sum of RGB (Red+Green+Blue) = 220+182+226=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 182 (71.48% from 255 or 28.98% from 628); Blue value is 226 (88.67% from 255 or 35.99% from 628); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCB6E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6E2 is #23491D. Grayscale: #C6C6C6. Windows color (decimal): -2312478 or 14857948. OLE color: 14857948.

HSL color Cylindrical-coordinate representation of color #DCB6E2: hue angle of 291.82º degrees, saturation: 0.43, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB6E2 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220182226-
CMYK0.030.1900.11
HSL291.82º43.14%80%-
HSV(B)291.82º19.47%88.63%-
XYZ59.9754.1679.25-
YUV198.38143.59143.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 182 (71.48% from 255) = 28.98%
BLUE value IS 226 (88.67% from 255) = 35.99%
R=35.03%
G=28.98%
B=35.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201822260.030.1900.11291.8243.1480
HexDCB6E23130B1242b50
Octal33426634232301344453120
Binary1101110010110110111000101110011010111001001001010111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB6E2; }

 p { color: rgb(220,182,226); }

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

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

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

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

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

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

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