Html Css Color HEX #E0BDDF Thistle

📋 copy color: '#E0BDDF'

red 224 ◦ green 189 ◦ blue 223

#E0BDDF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Thistle #E0BDDF

Tints of Thistle #E0BDDF

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 value IS 0

 M value IS 0.16

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E0BDDF (or 0xE0BDDF) is known color: 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

RGB 224 189 223 -
CMYK 0 0.16 0.00 0.12
HSL 301.71º 0.36% 0.81% -
HSV(B) 301.71º 0.16% 0.88% -
XYZ 62.26 57.57 77.64 -
YUV 203.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 224 189 223 0 0.16 0.00 0.12 301.71 0.36 0.81
Hex E0 BD DF 0 10 0 C 12E 24 51
Octal 340 275 337 0 20 0 14 456 44 121
Binary 11100000 10111101 11011111 0 10000 0 1100 100101110 100100 1010001

Color Harmonies of #E0BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BDDF

Black with #E0BDDF

Text Example


Text Example

White with #E0BDDF

Text Example


Text Example

HTML Codes & Css Web 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>