#DCBCE1

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

Shades of Thistle #DCBCE1

Tints of Thistle #DCBCE1

Color information

#DCBCE1 (or 0xDCBCE1) is unknown color: approx Thistle. HEX triplet: DC, BC and E1. RGB value is (220,188,225). Sum of RGB (Red+Green+Blue) = 220+188+225=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCE1 is #23431E. Grayscale: #C9C9C9. Windows color (decimal): -2310943 or 14793948. OLE color: 14793948.

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

Color convert

RGB220188225-
CMYK0.020.1600.12
HSL291.89º38.14%80.98%-
HSV(B)291.89º16.44%88.24%-
XYZ61.0956.6278.94-
YUV201.79141.1140.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.76%
GREEN value IS 188 (73.83% from 255) = 29.70%
BLUE value IS 225 (88.28% from 255) = 35.55%
R=34.76%
G=29.70%
B=35.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201882250.020.1600.12291.8938.1480.98
HexDCBCE12100C1242651
Octal33427434122001444446121
Binary1101110010111100111000011010000011001001001001001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCE1; }

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

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

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

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

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

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

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

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