#DCBAE0

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

Shades of Thistle #DCBAE0

Tints of Thistle #DCBAE0

Color information

#DCBAE0 (or 0xDCBAE0) is unknown color: approx Thistle. HEX triplet: DC, BA and E0. RGB value is (220,186,224). Sum of RGB (Red+Green+Blue) = 220+186+224=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCBAE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBAE0 is #23451F. Grayscale: #C8C8C8. Windows color (decimal): -2311456 or 14727900. OLE color: 14727900.

HSL color Cylindrical-coordinate representation of color #DCBAE0: hue angle of 293.68º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCBAE0 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220186224-
CMYK0.020.1700.12
HSL293.68º38%80.39%-
HSV(B)293.68º16.96%87.84%-
XYZ60.5355.7278.08-
YUV200.5141.26141.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.92%
GREEN value IS 186 (73.05% from 255) = 29.52%
BLUE value IS 224 (87.89% from 255) = 35.56%
R=34.92%
G=29.52%
B=35.56%

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
Decimal2201862240.020.1700.12293.683880.39
HexDCBAE02110C1262650
Octal33427234022101444646120
Binary1101110010111010111000001010001011001001001101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBAE0; }

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

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

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

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

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

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

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

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