#DFBCE2

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

Shades of Thistle #DFBCE2

Tints of Thistle #DFBCE2

Color information

#DFBCE2 (or 0xDFBCE2) is unknown color: approx Thistle. HEX triplet: DF, BC and E2. RGB value is (223,188,226). Sum of RGB (Red+Green+Blue) = 223+188+226=637 (84% of max value = 765). Red value is 223 (87.5% from 255 or 35.01% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFBCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBCE2 is #20431D. Grayscale: #CACACA. Windows color (decimal): -2114334 or 14859487. OLE color: 14859487.

HSL color Cylindrical-coordinate representation of color #DFBCE2: hue angle of 295.26º degrees, saturation: 0.4, 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 #DFBCE2 is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223188226-
CMYK0.010.1700.11
HSL295.26º39.58%81.18%-
HSV(B)295.26º16.81%88.63%-
XYZ62.1457.1579.71-
YUV202.8141.1142.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.01%
GREEN value IS 188 (73.83% from 255) = 29.51%
BLUE value IS 226 (88.67% from 255) = 35.48%
R=35.01%
G=29.51%
B=35.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2231882260.010.1700.11295.2639.5881.18
HexDFBCE21110B1272851
Octal33727434212101344750121
Binary110111111011110011100010110001010111001001111010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCE2; }

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

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

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

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

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

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

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

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