#DCBAE7

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

Shades of Thistle #DCBAE7

Tints of Thistle #DCBAE7

Color information

#DCBAE7 (or 0xDCBAE7) is unknown color: approx Thistle. HEX triplet: DC, BA and E7. RGB value is (220,186,231). Sum of RGB (Red+Green+Blue) = 220+186+231=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 186 (73.05% from 255 or 29.20% from 637); Blue value is 231 (90.62% from 255 or 36.26% from 637); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCBAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAE7 is #234518. Grayscale: #C9C9C9. Windows color (decimal): -2311449 or 15186652. OLE color: 15186652.

HSL color Cylindrical-coordinate representation of color #DCBAE7: hue angle of 285.33º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCBAE7 is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB220186231-
CMYK0.050.1900.09
HSL285.33º48.39%81.76%-
HSV(B)285.33º19.48%90.59%-
XYZ61.556.183.19-
YUV201.3144.76141.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 186 (73.05% from 255) = 29.20%
BLUE value IS 231 (90.62% from 255) = 36.26%
R=34.54%
G=29.20%
B=36.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2201862310.050.1900.09285.3348.3981.76
HexDCBAE75130911d3052
Octal33427234752301143560122
Binary11011100101110101110011110110011010011000111011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAE7; }

 p { color: rgb(220,186,231); }

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

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

 a { background-color: rgb(220,186,231); }

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

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

 span { border-color: rgb(220,186,231); }

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