Html Css Color HEX #E1C2DF Thistle

📋 copy color: '#E1C2DF'

red 225 ◦ green 194 ◦ blue 223

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

Shades of Thistle #E1C2DF

Tints of Thistle #E1C2DF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.22%

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

R = 35.05%
G = 30.22%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1C2DF (or 0xE1C2DF) is known color: Thistle. HEX triplet: E1, C2 and DF. RGB value is (225,194,223). Sum of RGB (Red+Green+Blue) = 225+194+223=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 194 (76.17% from 255 or 30.22% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C2DF is #1E3D20. Grayscale: #CECECE. Windows color (decimal): -1981729 or 14664417. OLE color: 14664417.

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

Color convert

RGB 225 194 223 -
CMYK 0 0.14 0.01 0.12
HSL 303.87º 0.34% 0.82% -
HSV(B) 303.87º 0.14% 0.88% -
XYZ 63.66 59.92 78.02 -
YUV 206.58 137.27 141.14 -
System Red Green Blue C M Y K H S L
Decimal 225 194 223 0 0.14 0.01 0.12 303.87 0.34 0.82
Hex E1 C2 DF 0 E 1 C 130 22 52
Octal 341 302 337 0 16 1 14 460 42 122
Binary 11100001 11000010 11011111 0 1110 1 1100 100110000 100010 1010010

Color Harmonies of #E1C2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C2DF

Black with #E1C2DF

Text Example


Text Example

White with #E1C2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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