#DCBDE4

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

Shades of Thistle #DCBDE4

Tints of Thistle #DCBDE4

Color information

#DCBDE4 (or 0xDCBDE4) is unknown color: approx Thistle. HEX triplet: DC, BD and E4. RGB value is (220,189,228). Sum of RGB (Red+Green+Blue) = 220+189+228=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 228 (89.45% from 255 or 35.79% from 637); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDE4 is #23421B. Grayscale: #CACACA. Windows color (decimal): -2310684 or 14990812. OLE color: 14990812.

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

Color convert

RGB220189228-
CMYK0.040.1700.11
HSL287.69º41.94%81.76%-
HSV(B)287.69º17.11%89.41%-
XYZ61.7257.2181.19-
YUV202.72142.27140.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 189 (74.22% from 255) = 29.67%
BLUE value IS 228 (89.45% from 255) = 35.79%
R=34.54%
G=29.67%
B=35.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201892280.040.1700.11287.6941.9481.76
HexDCBDE44110B1202a52
Octal33427534442101344052122
Binary11011100101111011110010010010001010111001000001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBDE4; }

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

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

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

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

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

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

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

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