Html Css Color HEX #E3CAE2 Snuff

📋 copy color: '#E3CAE2'

red 227 ◦ green 202 ◦ blue 226

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

Shades of Snuff #E3CAE2

Tints of Snuff #E3CAE2

RGB

 RED value IS 227 (89.06% from 255) = 34.66%

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

 BLUE value IS 226 (88.67% from 255) = 34.5%

R = 34.66%
G = 30.84%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.11

RGB Variations

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

Color information

#E3CAE2 (or 0xE3CAE2) is known color: Snuff. HEX triplet: E3, CA and E2. RGB value is (227,202,226). Sum of RGB (Red+Green+Blue) = 227+202+226=655 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.66% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CAE2 is #1C351D. Grayscale: #D4D4D4. Windows color (decimal): -1848606 or 14863075. OLE color: 14863075.

HSL color Cylindrical-coordinate representation of color #E3CAE2: hue angle of 302.4º degrees, saturation: 0.31, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3CAE2 is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 202 226 -
CMYK 0 0.11 0.00 0.11
HSL 302.4º 0.31% 0.84% -
HSV(B) 302.4º 0.11% 0.89% -
XYZ 66.53 64.06 80.81 -
YUV 212.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 227 202 226 0 0.11 0.00 0.11 302.4 0.31 0.84
Hex E3 CA E2 0 B 0 B 12E 1F 54
Octal 343 312 342 0 13 0 13 456 37 124
Binary 11100011 11001010 11100010 0 1011 0 1011 100101110 11111 1010100

Color Harmonies of #E3CAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CAE2

Black with #E3CAE2

Text Example


Text Example

White with #E3CAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CAE2; }

 p { color: rgb(227,202,226); }

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

background-color css

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

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

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

border-color css

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

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

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