Html Css Color HEX #E1C6DF Thistle

📋 copy color: '#E1C6DF'

red 225 ◦ green 198 ◦ blue 223

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

Shades of Thistle #E1C6DF

Tints of Thistle #E1C6DF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 30.65%

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

R = 34.83%
G = 30.65%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E1C6DF (or 0xE1C6DF) is known color: Thistle. HEX triplet: E1, C6 and DF. RGB value is (225,198,223). Sum of RGB (Red+Green+Blue) = 225+198+223=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 198 (77.73% from 255 or 30.65% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C6DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C6DF is #1E3920. Grayscale: #D0D0D0. Windows color (decimal): -1980705 or 14665441. OLE color: 14665441.

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

Color convert

RGB 225 198 223 -
CMYK 0 0.12 0.01 0.12
HSL 304.44º 0.31% 0.83% -
HSV(B) 304.44º 0.12% 0.88% -
XYZ 64.56 61.72 78.32 -
YUV 208.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 225 198 223 0 0.12 0.01 0.12 304.44 0.31 0.83
Hex E1 C6 DF 0 C 1 C 130 1F 53
Octal 341 306 337 0 14 1 14 460 37 123
Binary 11100001 11000110 11011111 0 1100 1 1100 100110000 11111 1010011

Color Harmonies of #E1C6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C6DF

Black with #E1C6DF

Text Example


Text Example

White with #E1C6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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