#DCBEE6

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

Shades of Thistle #DCBEE6

Tints of Thistle #DCBEE6

Color information

#DCBEE6 (or 0xDCBEE6) is unknown color: approx Thistle. HEX triplet: DC, BE and E6. RGB value is (220,190,230). Sum of RGB (Red+Green+Blue) = 220+190+230=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 190 (74.61% from 255 or 29.69% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCBEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEE6 is #234119. Grayscale: #CBCBCB. Windows color (decimal): -2310426 or 15122140. OLE color: 15122140.

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

Color convert

RGB220190230-
CMYK0.040.1700.10
HSL285º44.44%82.35%-
HSV(B)285º17.39%90.2%-
XYZ62.2157.7682.73-
YUV203.53142.94139.75-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.38%
GREEN value IS 190 (74.61% from 255) = 29.69%
BLUE value IS 230 (90.23% from 255) = 35.94%
R=34.38%
G=29.69%
B=35.94%

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
Decimal2201902300.040.1700.1028544.4482.35
HexDCBEE64110A11d2c52
Octal33427634642101243554122
Binary11011100101111101110011010010001010101000111011011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEE6; }

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

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

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

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

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

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

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

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