#DCBCE5

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

Shades of Thistle #DCBCE5

Tints of Thistle #DCBCE5

Color information

#DCBCE5 (or 0xDCBCE5) is unknown color: approx Thistle. HEX triplet: DC, BC and E5. RGB value is (220,188,229). Sum of RGB (Red+Green+Blue) = 220+188+229=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCBCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCE5 is #23431A. Grayscale: #CACACA. Windows color (decimal): -2310939 or 15056092. OLE color: 15056092.

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

Color convert

RGB220188229-
CMYK0.040.1800.10
HSL286.83º44.09%81.76%-
HSV(B)286.83º17.9%89.8%-
XYZ61.6456.8481.85-
YUV202.24143.1140.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 229 (89.84% from 255) = 35.95%
R=34.54%
G=29.51%
B=35.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2201882290.040.1800.10286.8344.0981.76
HexDCBCE54120A11f2c52
Octal33427434542201243754122
Binary11011100101111001110010110010010010101000111111011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCE5; }

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

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

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

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

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

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

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

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