Html Css Color HEX #E5CAE2 Snuff

📋 copy color: '#E5CAE2'

red 229 ◦ green 202 ◦ blue 226

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

Shades of Snuff #E5CAE2

Tints of Snuff #E5CAE2

RGB

 RED value IS 229 (89.84% from 255) = 34.86%

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

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

R = 34.86%
G = 30.75%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.10

RGB Variations

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

Color information

#E5CAE2 (or 0xE5CAE2) is known color: Snuff. HEX triplet: E5, CA and E2. RGB value is (229,202,226). Sum of RGB (Red+Green+Blue) = 229+202+226=657 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.86% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CAE2 is #1A351D. Grayscale: #D4D4D4. Windows color (decimal): -1717534 or 14863077. OLE color: 14863077.

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

Color convert

RGB 229 202 226 -
CMYK 0 0.12 0.01 0.10
HSL 306.67º 0.34% 0.85% -
HSV(B) 306.67º 0.12% 0.9% -
XYZ 67.16 64.39 80.84 -
YUV 212.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 229 202 226 0 0.12 0.01 0.10 306.67 0.34 0.85
Hex E5 CA E2 0 C 1 A 133 22 55
Octal 345 312 342 0 14 1 12 463 42 125
Binary 11100101 11001010 11100010 0 1100 1 1010 100110011 100010 1010101

Color Harmonies of #E5CAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CAE2

Black with #E5CAE2

Text Example


Text Example

White with #E5CAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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