Html Css Color HEX #E8C0EF Snuff

📋 copy color: '#E8C0EF'

red 232 ◦ green 192 ◦ blue 239

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

Shades of Snuff #E8C0EF

Tints of Snuff #E8C0EF

RGB

 RED value IS 232 (91.02% from 255) = 34.99%

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

 BLUE value IS 239 (93.75% from 255) = 36.05%

R = 34.99%
G = 28.96%
B = 36.05%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E8C0EF (or 0xE8C0EF) is known color: Snuff. HEX triplet: E8, C0 and EF. RGB value is (232,192,239). Sum of RGB (Red+Green+Blue) = 232+192+239=663 (87% of max value = 765). Red value is 232 (91.02% from 255 or 34.99% from 663); Green value is 192 (75.39% from 255 or 28.96% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 239 - color contains mainly: blue. Hex color #E8C0EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8C0EF is #173F10. Grayscale: #D1D1D1. Windows color (decimal): -1523473 or 15712488. OLE color: 15712488.

HSL color Cylindrical-coordinate representation of color #E8C0EF: hue angle of 291.06º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8C0EF is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 232 192 239 -
CMYK 0.03 0.20 0 0.06
HSL 291.06º 0.59% 0.85% -
HSV(B) 291.06º 0.2% 0.94% -
XYZ 67.71 61.09 89.88 -
YUV 209.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 232 192 239 0.03 0.20 0 0.06 291.06 0.59 0.85
Hex E8 C0 EF 3 14 0 6 123 3B 55
Octal 350 300 357 3 24 0 6 443 73 125
Binary 11101000 11000000 11101111 11 10100 0 110 100100011 111011 1010101

Color Harmonies of #E8C0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C0EF

Black with #E8C0EF

Text Example


Text Example

White with #E8C0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C0EF; }

 p { color: rgb(232,192,239); }

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

background-color css

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

 a { background-color: rgb(232,192,239); }

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

border-color css

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

 span { border-color: rgb(232,192,239); }

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