Html Css Color HEX #E1CAE1 Snuff

📋 copy color: '#E1CAE1'

red 225 ◦ green 202 ◦ blue 225

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

Shades of Snuff #E1CAE1

Tints of Snuff #E1CAE1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 30.98%

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

R = 34.51%
G = 30.98%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#E1CAE1 (or 0xE1CAE1) is known color: Snuff. HEX triplet: E1, CA and E1. RGB value is (225,202,225). Sum of RGB (Red+Green+Blue) = 225+202+225=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 225 (88.28% from 255 or 34.51% from 652); Max value from RGB is 225 - color contains mainly: red, blue. Hex color #E1CAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CAE1 is #1E351E. Grayscale: #D3D3D3. Windows color (decimal): -1979679 or 14797537. OLE color: 14797537.

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

Color convert

RGB 225 202 225 -
CMYK 0 0.10 0 0.12
HSL 300º 0.28% 0.84% -
HSV(B) 300º 0.1% 0.88% -
XYZ 65.76 63.68 80.06 -
YUV 211.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 225 202 225 0 0.10 0 0.12 300 0.28 0.84
Hex E1 CA E1 0 A 0 C 12C 1C 54
Octal 341 312 341 0 12 0 14 454 34 124
Binary 11100001 11001010 11100001 0 1010 0 1100 100101100 11100 1010100

Color Harmonies of #E1CAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CAE1

Black with #E1CAE1

Text Example


Text Example

White with #E1CAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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