Html Css Color HEX #E5CAEA Snuff

📋 copy color: '#E5CAEA'

red 229 ◦ green 202 ◦ blue 234

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

Shades of Snuff #E5CAEA

Tints of Snuff #E5CAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.19%

R = 34.44%
G = 30.38%
B = 35.19%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E5CAEA (or 0xE5CAEA) is known color: Snuff. HEX triplet: E5, CA and EA. RGB value is (229,202,234). Sum of RGB (Red+Green+Blue) = 229+202+234=665 (88% of max value = 765). Red value is 229 (89.84% from 255 or 34.44% from 665); Green value is 202 (79.30% from 255 or 30.38% from 665); Blue value is 234 (91.80% from 255 or 35.19% from 665); Max value from RGB is 234 - color contains mainly: blue. Hex color #E5CAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5CAEA is #1A3515. Grayscale: #D5D5D5. Windows color (decimal): -1717526 or 15387365. OLE color: 15387365.

HSL color Cylindrical-coordinate representation of color #E5CAEA: hue angle of 290.62º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5CAEA is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 229 202 234 -
CMYK 0.02 0.14 0 0.08
HSL 290.63º 0.43% 0.85% -
HSV(B) 290.63º 0.14% 0.92% -
XYZ 68.28 64.84 86.76 -
YUV 213.72 139.45 138.9 -
System Red Green Blue C M Y K H S L
Decimal 229 202 234 0.02 0.14 0 0.08 290.63 0.43 0.85
Hex E5 CA EA 2 E 0 8 123 2B 55
Octal 345 312 352 2 16 0 10 443 53 125
Binary 11100101 11001010 11101010 10 1110 0 1000 100100011 101011 1010101

Color Harmonies of #E5CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CAEA

Black with #E5CAEA

Text Example


Text Example

White with #E5CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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