#E0BDDF

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

Shades of Thistle #E0BDDF

Tints of Thistle #E0BDDF

Color information

#E0BDDF (or 0xE0BDDF) is unknown color: approx Thistle. HEX triplet: E0, BD and DF. RGB value is (224,189,223). Sum of RGB (Red+Green+Blue) = 224+189+223=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 189 (74.22% from 255 or 29.72% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDDF is #1F4220. Grayscale: #CBCBCB. Windows color (decimal): -2048545 or 14663136. OLE color: 14663136.

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

Color convert

RGB224189223-
CMYK00.160.000.12
HSL301.71º36.08%80.98%-
HSV(B)301.71º15.62%87.84%-
XYZ62.2657.5777.64-
YUV203.34139.1142.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.22%
GREEN value IS 189 (74.22% from 255) = 29.72%
BLUE value IS 223 (87.5% from 255) = 35.06%
R=35.22%
G=29.72%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.00
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418922300.160.000.12301.7136.0880.98
HexE0BDDF0100C12e2451
Octal34027533702001445644121
Binary111000001011110111011111010000011001001011101001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDDF; }

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

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

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

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

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

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

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

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