Html Css Color HEX #E0BFDF Thistle

📋 copy color: '#E0BFDF'

red 224 ◦ green 191 ◦ blue 223

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

Shades of Thistle #E0BFDF

Tints of Thistle #E0BFDF

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

 M value IS 0.15

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

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

RGB 224 191 223 -
CMYK 0 0.15 0.00 0.12
HSL 301.82º 0.35% 0.81% -
HSV(B) 301.82º 0.15% 0.88% -
XYZ 62.69 58.44 77.79 -
YUV 204.52 138.43 141.9 -
System Red Green Blue C M Y K H S L
Decimal 224 191 223 0 0.15 0.00 0.12 301.82 0.35 0.81
Hex E0 BF DF 0 F 0 C 12E 23 51
Octal 340 277 337 0 17 0 14 456 43 121
Binary 11100000 10111111 11011111 0 1111 0 1100 100101110 100011 1010001

Color Harmonies of #E0BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BFDF

Black with #E0BFDF

Text Example


Text Example

White with #E0BFDF

Text Example


Text Example

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