Html Css Color HEX #E3CAE5 Snuff

📋 copy color: '#E3CAE5'

red 227 ◦ green 202 ◦ blue 229

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

Shades of Snuff #E3CAE5

Tints of Snuff #E3CAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.8%

R = 34.5%
G = 30.7%
B = 34.8%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E3CAE5 (or 0xE3CAE5) is known color: Snuff. HEX triplet: E3, CA and E5. RGB value is (227,202,229). Sum of RGB (Red+Green+Blue) = 227+202+229=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 202 (79.30% from 255 or 30.70% from 658); Blue value is 229 (89.84% from 255 or 34.80% from 658); Max value from RGB is 229 - color contains mainly: blue. Hex color #E3CAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3CAE5 is #1C351A. Grayscale: #D4D4D4. Windows color (decimal): -1848603 or 15059683. OLE color: 15059683.

HSL color Cylindrical-coordinate representation of color #E3CAE5: hue angle of 295.56º degrees, saturation: 0.34, 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 #E3CAE5 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 227 202 229 -
CMYK 0.01 0.12 0 0.10
HSL 295.56º 0.34% 0.85% -
HSV(B) 295.56º 0.12% 0.9% -
XYZ 66.94 64.23 83 -
YUV 212.55 137.28 138.3 -
System Red Green Blue C M Y K H S L
Decimal 227 202 229 0.01 0.12 0 0.10 295.56 0.34 0.85
Hex E3 CA E5 1 C 0 A 128 22 55
Octal 343 312 345 1 14 0 12 450 42 125
Binary 11100011 11001010 11100101 1 1100 0 1010 100101000 100010 1010101

Color Harmonies of #E3CAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CAE5

Black with #E3CAE5

Text Example


Text Example

White with #E3CAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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