Html Css Color HEX #E1C4E6 Snuff

📋 copy color: '#E1C4E6'

red 225 ◦ green 196 ◦ blue 230

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

Shades of Snuff #E1C4E6

Tints of Snuff #E1C4E6

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.11%

 BLUE value IS 230 (90.23% from 255) = 35.33%

R = 34.56%
G = 30.11%
B = 35.33%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E1C4E6 (or 0xE1C4E6) is known color: Snuff. HEX triplet: E1, C4 and E6. RGB value is (225,196,230). Sum of RGB (Red+Green+Blue) = 225+196+230=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 196 (76.95% from 255 or 30.11% from 651); Blue value is 230 (90.23% from 255 or 35.33% from 651); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1C4E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1C4E6 is #1E3B19. Grayscale: #D0D0D0. Windows color (decimal): -1981210 or 15123681. OLE color: 15123681.

HSL color Cylindrical-coordinate representation of color #E1C4E6: hue angle of 291.18º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1C4E6 is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 225 196 230 -
CMYK 0.02 0.15 0 0.10
HSL 291.18º 0.4% 0.84% -
HSV(B) 291.18º 0.15% 0.9% -
XYZ 65.07 61.2 83.25 -
YUV 208.55 140.11 139.74 -
System Red Green Blue C M Y K H S L
Decimal 225 196 230 0.02 0.15 0 0.10 291.18 0.4 0.84
Hex E1 C4 E6 2 F 0 A 123 28 54
Octal 341 304 346 2 17 0 12 443 50 124
Binary 11100001 11000100 11100110 10 1111 0 1010 100100011 101000 1010100

Color Harmonies of #E1C4E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C4E6

Black with #E1C4E6

Text Example


Text Example

White with #E1C4E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C4E6; }

 p { color: rgb(225,196,230); }

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

background-color css

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

 a { background-color: rgb(225,196,230); }

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

border-color css

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

 span { border-color: rgb(225,196,230); }

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