Html Css Color HEX #E1CAE6 Snuff

📋 copy color: '#E1CAE6'

red 225 ◦ green 202 ◦ blue 230

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

Shades of Snuff #E1CAE6

Tints of Snuff #E1CAE6

RGB

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

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

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

R = 34.25%
G = 30.75%
B = 35.01%

CMYK

 C value IS 0.02

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E1CAE6 (or 0xE1CAE6) is known color: Snuff. HEX triplet: E1, CA and E6. RGB value is (225,202,230). Sum of RGB (Red+Green+Blue) = 225+202+230=657 (87% of max value = 765). Red value is 225 (88.28% from 255 or 34.25% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 230 - color contains mainly: blue. Hex color #E1CAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E1CAE6 is #1E3519. Grayscale: #D3D3D3. Windows color (decimal): -1979674 or 15125217. OLE color: 15125217.

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

Color convert

RGB 225 202 230 -
CMYK 0.02 0.12 0 0.10
HSL 289.29º 0.36% 0.85% -
HSV(B) 289.29º 0.12% 0.9% -
XYZ 66.45 63.96 83.71 -
YUV 212.07 138.12 137.22 -
System Red Green Blue C M Y K H S L
Decimal 225 202 230 0.02 0.12 0 0.10 289.29 0.36 0.85
Hex E1 CA E6 2 C 0 A 121 24 55
Octal 341 312 346 2 14 0 12 441 44 125
Binary 11100001 11001010 11100110 10 1100 0 1010 100100001 100100 1010101

Color Harmonies of #E1CAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CAE6

Black with #E1CAE6

Text Example


Text Example

White with #E1CAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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