#DFBCE1

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

Shades of Thistle #DFBCE1

Tints of Thistle #DFBCE1

Color information

#DFBCE1 (or 0xDFBCE1) is unknown color: approx Thistle. HEX triplet: DF, BC and E1. RGB value is (223,188,225). Sum of RGB (Red+Green+Blue) = 223+188+225=636 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.06% from 636); Green value is 188 (73.83% from 255 or 29.56% from 636); Blue value is 225 (88.28% from 255 or 35.38% from 636); Max value from RGB is 225 - color contains mainly: blue. Hex color #DFBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCE1 is #20431E. Grayscale: #CACACA. Windows color (decimal): -2114335 or 14793951. OLE color: 14793951.

HSL color Cylindrical-coordinate representation of color #DFBCE1: hue angle of 296.76º 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 #DFBCE1 is Cyan = 0.01, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB223188225-
CMYK0.010.1600.12
HSL296.76º38.14%80.98%-
HSV(B)296.76º16.44%88.24%-
XYZ62.0157.0978.99-
YUV202.68140.6142.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.06%
GREEN value IS 188 (73.83% from 255) = 29.56%
BLUE value IS 225 (88.28% from 255) = 35.38%
R=35.06%
G=29.56%
B=35.38%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2231882250.010.1600.12296.7638.1480.98
HexDFBCE11100C1292651
Octal33727434112001445146121
Binary110111111011110011100001110000011001001010011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCE1; }

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

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

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

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

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

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

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

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