#DCB5E1

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

Shades of Thistle #DCB5E1

Tints of Thistle #DCB5E1

Color information

#DCB5E1 (or 0xDCB5E1) is unknown color: approx Thistle. HEX triplet: DC, B5 and E1. RGB value is (220,181,225). Sum of RGB (Red+Green+Blue) = 220+181+225=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 181 (71.09% from 255 or 28.91% from 626); Blue value is 225 (88.28% from 255 or 35.94% from 626); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCB5E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5E1 is #234A1E. Grayscale: #C5C5C5. Windows color (decimal): -2312735 or 14792156. OLE color: 14792156.

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

Color convert

RGB220181225-
CMYK0.020.2000.12
HSL293.18º42.31%79.61%-
HSV(B)293.18º19.56%88.24%-
XYZ59.6353.778.46-
YUV197.68143.42143.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.14%
GREEN value IS 181 (71.09% from 255) = 28.91%
BLUE value IS 225 (88.28% from 255) = 35.94%
R=35.14%
G=28.91%
B=35.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201812250.020.2000.12293.1842.3179.61
HexDCB5E12140C1252a50
Octal33426534122401444552120
Binary1101110010110101111000011010100011001001001011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5E1; }

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

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

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

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

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

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

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

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