#DCBDE5

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

Shades of Thistle #DCBDE5

Tints of Thistle #DCBDE5

Color information

#DCBDE5 (or 0xDCBDE5) is unknown color: approx Thistle. HEX triplet: DC, BD and E5. RGB value is (220,189,229). Sum of RGB (Red+Green+Blue) = 220+189+229=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 229 (89.84% from 255 or 35.89% from 638); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCBDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDE5 is #23421A. Grayscale: #CACACA. Windows color (decimal): -2310683 or 15056348. OLE color: 15056348.

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

Color convert

RGB220189229-
CMYK0.040.1700.10
HSL286.5º43.48%81.96%-
HSV(B)286.5º17.47%89.8%-
XYZ61.8657.2781.92-
YUV202.83142.77140.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 189 (74.22% from 255) = 29.62%
BLUE value IS 229 (89.84% from 255) = 35.89%
R=34.48%
G=29.62%
B=35.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201892290.040.1700.10286.543.4881.96
HexDCBDE54110A11e2b52
Octal33427534542101243653122
Binary11011100101111011110010110010001010101000111101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDE5; }

 p { color: rgb(220,189,229); }

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

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

 a { background-color: rgb(220,189,229); }

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

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

 span { border-color: rgb(220,189,229); }

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