#DCBFDE

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

Shades of Thistle #DCBFDE

Tints of Thistle #DCBFDE

Color information

#DCBFDE (or 0xDCBFDE) is unknown color: approx Thistle. HEX triplet: DC, BF and DE. RGB value is (220,191,222). Sum of RGB (Red+Green+Blue) = 220+191+222=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFDE is #234021. Grayscale: #CBCBCB. Windows color (decimal): -2310178 or 14598108. OLE color: 14598108.

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

Color convert

RGB220191222-
CMYK0.010.1400.13
HSL296.13º31.96%80.98%-
HSV(B)296.13º13.96%87.06%-
XYZ61.3357.7577.02-
YUV203.2138.61139.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 191 (75% from 255) = 30.17%
BLUE value IS 222 (87.11% from 255) = 35.07%
R=34.76%
G=30.17%
B=35.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201912220.010.1400.13296.1331.9680.98
HexDCBFDE1E0D1282051
Octal33427733611601545040121
Binary11011100101111111101111011110011011001010001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFDE; }

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

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

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

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

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

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

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

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