#DCBBE0

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

Shades of Thistle #DCBBE0

Tints of Thistle #DCBBE0

Color information

#DCBBE0 (or 0xDCBBE0) is unknown color: approx Thistle. HEX triplet: DC, BB and E0. RGB value is (220,187,224). Sum of RGB (Red+Green+Blue) = 220+187+224=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCBBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBE0 is #23441F. Grayscale: #C8C8C8. Windows color (decimal): -2311200 or 14728156. OLE color: 14728156.

HSL color Cylindrical-coordinate representation of color #DCBBE0: hue angle of 293.51º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBBE0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220187224-
CMYK0.020.1700.12
HSL293.51º37.37%80.59%-
HSV(B)293.51º16.52%87.84%-
XYZ60.7456.1478.16-
YUV201.08140.93141.49-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 187 (73.44% from 255) = 29.64%
BLUE value IS 224 (87.89% from 255) = 35.50%
R=34.87%
G=29.64%
B=35.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201872240.020.1700.12293.5137.3780.59
HexDCBBE02110C1262551
Octal33427334022101444645121
Binary1101110010111011111000001010001011001001001101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBE0; }

 p { color: rgb(220,187,224); }

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

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

 a { background-color: rgb(220,187,224); }

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

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

 span { border-color: rgb(220,187,224); }

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