#DCBAE1

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

Shades of Thistle #DCBAE1

Tints of Thistle #DCBAE1

Color information

#DCBAE1 (or 0xDCBAE1) is unknown color: approx Thistle. HEX triplet: DC, BA and E1. RGB value is (220,186,225). Sum of RGB (Red+Green+Blue) = 220+186+225=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCBAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAE1 is #23451E. Grayscale: #C8C8C8. Windows color (decimal): -2311455 or 14793436. OLE color: 14793436.

HSL color Cylindrical-coordinate representation of color #DCBAE1: hue angle of 292.31º degrees, saturation: 0.39, 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 #DCBAE1 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220186225-
CMYK0.020.1700.12
HSL292.31º39.39%80.59%-
HSV(B)292.31º17.33%88.24%-
XYZ60.6655.7778.8-
YUV200.61141.76141.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 186 (73.05% from 255) = 29.48%
BLUE value IS 225 (88.28% from 255) = 35.66%
R=34.87%
G=29.48%
B=35.66%

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
Decimal2201862250.020.1700.12292.3139.3980.59
HexDCBAE12110C1242751
Octal33427234122101444447121
Binary1101110010111010111000011010001011001001001001001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAE1; }

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

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

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

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

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

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

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

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