#DCBFE3

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

Shades of Thistle #DCBFE3

Tints of Thistle #DCBFE3

Color information

#DCBFE3 (or 0xDCBFE3) is unknown color: approx Thistle. HEX triplet: DC, BF and E3. RGB value is (220,191,227). Sum of RGB (Red+Green+Blue) = 220+191+227=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 227 (89.06% from 255 or 35.58% from 638); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCBFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFE3 is #23401C. Grayscale: #CBCBCB. Windows color (decimal): -2310173 or 14925788. OLE color: 14925788.

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

Color convert

RGB220191227-
CMYK0.030.1600.11
HSL288.33º39.13%81.96%-
HSV(B)288.33º15.86%89.02%-
XYZ62.0158.0280.6-
YUV203.77141.11139.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 227 (89.06% from 255) = 35.58%
R=34.48%
G=29.94%
B=35.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2201912270.030.1600.11288.3339.1381.96
HexDCBFE33100B1202752
Octal33427734332001344047122
Binary1101110010111111111000111110000010111001000001001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFE3; }

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

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

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

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

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

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

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

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