Html Css Color HEX #E0C0DF Thistle

📋 copy color: '#E0C0DF'

red 224 ◦ green 192 ◦ blue 223

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

Shades of Thistle #E0C0DF

Tints of Thistle #E0C0DF

RGB

 RED value IS 224 (87.89% from 255) = 35.05%

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

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

R = 35.05%
G = 30.05%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E0C0DF (or 0xE0C0DF) is known color: Thistle. HEX triplet: E0, C0 and DF. RGB value is (224,192,223). Sum of RGB (Red+Green+Blue) = 224+192+223=639 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.05% from 639); Green value is 192 (75.39% from 255 or 30.05% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C0DF is #1F3F20. Grayscale: #CDCDCD. Windows color (decimal): -2047777 or 14663904. OLE color: 14663904.

HSL color Cylindrical-coordinate representation of color #E0C0DF: hue angle of 301.88º 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 #E0C0DF is Cyan = 0, Magento = 0.14, Yellow = 0.00 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 192 223 -
CMYK 0 0.14 0.00 0.12
HSL 301.88º 0.34% 0.82% -
HSV(B) 301.88º 0.14% 0.88% -
XYZ 62.91 58.87 77.86 -
YUV 205.1 138.1 141.48 -
System Red Green Blue C M Y K H S L
Decimal 224 192 223 0 0.14 0.00 0.12 301.88 0.34 0.82
Hex E0 C0 DF 0 E 0 C 12E 22 52
Octal 340 300 337 0 16 0 14 456 42 122
Binary 11100000 11000000 11011111 0 1110 0 1100 100101110 100010 1010010

Color Harmonies of #E0C0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C0DF

Black with #E0C0DF

Text Example


Text Example

White with #E0C0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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