Html Css Color HEX #E1CCE1 Snuff

📋 copy color: '#E1CCE1'

red 225 ◦ green 204 ◦ blue 225

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

Shades of Snuff #E1CCE1

Tints of Snuff #E1CCE1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.19%

 BLUE value IS 225 (88.28% from 255) = 34.4%

R = 34.4%
G = 31.19%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E1CCE1 (or 0xE1CCE1) is known color: Snuff. HEX triplet: E1, CC and E1. RGB value is (225,204,225). Sum of RGB (Red+Green+Blue) = 225+204+225=654 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.40% from 654); Green value is 204 (80.08% from 255 or 31.19% from 654); Blue value is 225 (88.28% from 255 or 34.40% from 654); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E1CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCE1 is #1E331E. Grayscale: #D4D4D4. Windows color (decimal): -1979167 or 14798049. OLE color: 14798049.

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

Color convert

RGB 225 204 225 -
CMYK 0 0.09 0 0.12
HSL 300º 0.26% 0.84% -
HSV(B) 300º 0.09% 0.88% -
XYZ 66.23 64.63 80.22 -
YUV 212.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 225 204 225 0 0.09 0 0.12 300 0.26 0.84
Hex E1 CC E1 0 9 0 C 12C 1A 54
Octal 341 314 341 0 11 0 14 454 32 124
Binary 11100001 11001100 11100001 0 1001 0 1100 100101100 11010 1010100

Color Harmonies of #E1CCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCE1

Black with #E1CCE1

Text Example


Text Example

White with #E1CCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCE1; }

 p { color: rgb(225,204,225); }

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

background-color css

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

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

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

border-color css

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

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

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