#DCBAE6

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

Shades of Thistle #DCBAE6

Tints of Thistle #DCBAE6

Color information

#DCBAE6 (or 0xDCBAE6) is unknown color: approx Thistle. HEX triplet: DC, BA and E6. RGB value is (220,186,230). Sum of RGB (Red+Green+Blue) = 220+186+230=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCBAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBAE6 is #234519. Grayscale: #C9C9C9. Windows color (decimal): -2311450 or 15121116. OLE color: 15121116.

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

Color convert

RGB220186230-
CMYK0.040.1900.10
HSL286.36º46.81%81.57%-
HSV(B)286.36º19.13%90.2%-
XYZ61.3656.0582.45-
YUV201.18144.26141.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.59%
GREEN value IS 186 (73.05% from 255) = 29.25%
BLUE value IS 230 (90.23% from 255) = 36.16%
R=34.59%
G=29.25%
B=36.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201862300.040.1900.10286.3646.8181.57
HexDCBAE64130A11e2f52
Octal33427234642301243657122
Binary11011100101110101110011010010011010101000111101011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAE6; }

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

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

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

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

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

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

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

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