Html Css Color HEX #E1C0DF Thistle

📋 copy color: '#E1C0DF'

red 225 ◦ green 192 ◦ blue 223

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

Shades of Thistle #E1C0DF

Tints of Thistle #E1C0DF

RGB

 RED value IS 225 (88.28% from 255) = 35.16%

 GREEN value IS 192 (75.39% from 255) = 30%

 BLUE value IS 223 (87.5% from 255) = 34.84%

R = 35.16%
G = 30%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1C0DF (or 0xE1C0DF) is known color: Thistle. HEX triplet: E1, C0 and DF. RGB value is (225,192,223). Sum of RGB (Red+Green+Blue) = 225+192+223=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 192 (75.39% from 255 or 30% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C0DF is #1E3F20. Grayscale: #CDCDCD. Windows color (decimal): -1982241 or 14663905. OLE color: 14663905.

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

Color convert

RGB 225 192 223 -
CMYK 0 0.15 0.01 0.12
HSL 303.64º 0.35% 0.82% -
HSV(B) 303.64º 0.15% 0.88% -
XYZ 63.22 59.03 77.87 -
YUV 205.4 137.93 141.98 -
System Red Green Blue C M Y K H S L
Decimal 225 192 223 0 0.15 0.01 0.12 303.64 0.35 0.82
Hex E1 C0 DF 0 F 1 C 130 23 52
Octal 341 300 337 0 17 1 14 460 43 122
Binary 11100001 11000000 11011111 0 1111 1 1100 100110000 100011 1010010

Color Harmonies of #E1C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C0DF

Black with #E1C0DF

Text Example


Text Example

White with #E1C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C0DF; }

 p { color: rgb(225,192,223); }

 H1.HeaderClassName
 {
   color: #E1C0DF;
 }
 .AnyTagClassName
 {
   color: #E1C0DF;
 }
</style>

background-color css

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

 a { background-color: rgb(225,192,223); }

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

border-color css

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

 span { border-color: rgb(225,192,223); }

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