#E0BFDF

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

Shades of Thistle #E0BFDF

Tints of Thistle #E0BFDF

Color information

#E0BFDF (or 0xE0BFDF) is unknown color: approx Thistle. HEX triplet: E0, BF and DF. RGB value is (224,191,223). Sum of RGB (Red+Green+Blue) = 224+191+223=638 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.11% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 223 (87.5% from 255 or 34.95% from 638); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BFDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BFDF is #1F4020. Grayscale: #CCCCCC. Windows color (decimal): -2048033 or 14663648. OLE color: 14663648.

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

Color convert

RGB224191223-
CMYK00.150.000.12
HSL301.82º34.74%81.37%-
HSV(B)301.82º14.73%87.84%-
XYZ62.6958.4477.79-
YUV204.52138.43141.9-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.11%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 223 (87.5% from 255) = 34.95%
R=35.11%
G=29.94%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22419122300.150.000.12301.8234.7481.37
HexE0BFDF0F0C12e2351
Octal34027733701701445643121
Binary11100000101111111101111101111011001001011101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BFDF; }

 p { color: rgb(224,191,223); }

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

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

 a { background-color: rgb(224,191,223); }

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

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

 span { border-color: rgb(224,191,223); }

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