#DCBCE3

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

Shades of Thistle #DCBCE3

Tints of Thistle #DCBCE3

Color information

#DCBCE3 (or 0xDCBCE3) is unknown color: approx Thistle. HEX triplet: DC, BC and E3. RGB value is (220,188,227). Sum of RGB (Red+Green+Blue) = 220+188+227=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 227 (89.06% from 255 or 35.75% from 635); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCBCE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCE3 is #23431C. Grayscale: #C9C9C9. Windows color (decimal): -2310941 or 14925020. OLE color: 14925020.

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

Color convert

RGB220188227-
CMYK0.030.1700.11
HSL289.23º41.05%81.37%-
HSV(B)289.23º17.18%89.02%-
XYZ61.3656.7380.39-
YUV202.01142.1140.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.65%
GREEN value IS 188 (73.83% from 255) = 29.61%
BLUE value IS 227 (89.06% from 255) = 35.75%
R=34.65%
G=29.61%
B=35.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201882270.030.1700.11289.2341.0581.37
HexDCBCE33110B1212951
Octal33427434332101344151121
Binary1101110010111100111000111110001010111001000011010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCE3; }

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

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

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

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

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

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

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

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