Html Css Color HEX #E0CAE5 Snuff

📋 copy color: '#E0CAE5'

red 224 ◦ green 202 ◦ blue 229

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

Shades of Snuff #E0CAE5

Tints of Snuff #E0CAE5

RGB

 RED value IS 224 (87.89% from 255) = 34.2%

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

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

R = 34.2%
G = 30.84%
B = 34.96%

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

#E0CAE5 (or 0xE0CAE5) is known color: Snuff. HEX triplet: E0, CA and E5. RGB value is (224,202,229). Sum of RGB (Red+Green+Blue) = 224+202+229=655 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.20% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0CAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CAE5 is #1F351A. Grayscale: #D3D3D3. Windows color (decimal): -2045211 or 15059680. OLE color: 15059680.

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

Color convert

RGB 224 202 229 -
CMYK 0.02 0.12 0 0.10
HSL 288.89º 0.34% 0.85% -
HSV(B) 288.89º 0.12% 0.9% -
XYZ 66 63.75 82.95 -
YUV 211.66 137.79 136.8 -
System Red Green Blue C M Y K H S L
Decimal 224 202 229 0.02 0.12 0 0.10 288.89 0.34 0.85
Hex E0 CA E5 2 C 0 A 121 22 55
Octal 340 312 345 2 14 0 12 441 42 125
Binary 11100000 11001010 11100101 10 1100 0 1010 100100001 100010 1010101

Color Harmonies of #E0CAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CAE5

Black with #E0CAE5

Text Example


Text Example

White with #E0CAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CAE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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