#DCBFE5

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

Shades of Thistle #DCBFE5

Tints of Thistle #DCBFE5

Color information

#DCBFE5 (or 0xDCBFE5) is unknown color: approx Thistle. HEX triplet: DC, BF and E5. RGB value is (220,191,229). Sum of RGB (Red+Green+Blue) = 220+191+229=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 191 (75% from 255 or 29.84% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFE5 is #23401A. Grayscale: #CBCBCB. Windows color (decimal): -2310171 or 15056860. OLE color: 15056860.

HSL color Cylindrical-coordinate representation of color #DCBFE5: hue angle of 285.79º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBFE5 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220191229-
CMYK0.040.1700.10
HSL285.79º42.22%82.35%-
HSV(B)285.79º16.59%89.8%-
XYZ62.2958.1382.07-
YUV204142.11139.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 191 (75% from 255) = 29.84%
BLUE value IS 229 (89.84% from 255) = 35.78%
R=34.38%
G=29.84%
B=35.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201912290.040.1700.10285.7942.2282.35
HexDCBFE54110A11e2a52
Octal33427734542101243652122
Binary11011100101111111110010110010001010101000111101010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFE5; }

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

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

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

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

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

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

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

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