#DCBEE5

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

Shades of Thistle #DCBEE5

Tints of Thistle #DCBEE5

Color information

#DCBEE5 (or 0xDCBEE5) is unknown color: approx Thistle. HEX triplet: DC, BE and E5. RGB value is (220,190,229). Sum of RGB (Red+Green+Blue) = 220+190+229=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 190 (74.61% from 255 or 29.73% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCBEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEE5 is #23411A. Grayscale: #CBCBCB. Windows color (decimal): -2310427 or 15056604. OLE color: 15056604.

HSL color Cylindrical-coordinate representation of color #DCBEE5: hue angle of 286.15º degrees, saturation: 0.43, 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 #DCBEE5 is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220190229-
CMYK0.040.1700.10
HSL286.15º42.86%82.16%-
HSV(B)286.15º17.03%89.8%-
XYZ62.0757.781.99-
YUV203.42142.44139.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.43%
GREEN value IS 190 (74.61% from 255) = 29.73%
BLUE value IS 229 (89.84% from 255) = 35.84%
R=34.43%
G=29.73%
B=35.84%

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
Decimal2201902290.040.1700.10286.1542.8682.16
HexDCBEE54110A11e2b52
Octal33427634542101243653122
Binary11011100101111101110010110010001010101000111101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEE5; }

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

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

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

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

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

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

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

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