Html Css Color HEX #E0C4E5 Snuff

📋 copy color: '#E0C4E5'

red 224 ◦ green 196 ◦ blue 229

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

Shades of Snuff #E0C4E5

Tints of Snuff #E0C4E5

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.2%

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

R = 34.51%
G = 30.2%
B = 35.29%

CMYK

 C value IS 0.02

 M value IS 0.14

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#E0C4E5 (or 0xE0C4E5) is known color: Snuff. HEX triplet: E0, C4 and E5. RGB value is (224,196,229). Sum of RGB (Red+Green+Blue) = 224+196+229=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 196 (76.95% from 255 or 30.20% from 649); Blue value is 229 (89.84% from 255 or 35.29% from 649); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0C4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C4E5 is #1F3B1A. Grayscale: #D0D0D0. Windows color (decimal): -2046747 or 15058144. OLE color: 15058144.

HSL color Cylindrical-coordinate representation of color #E0C4E5: hue angle of 290.91º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E0C4E5 is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 224 196 229 -
CMYK 0.02 0.14 0 0.10
HSL 290.91º 0.39% 0.83% -
HSV(B) 290.91º 0.14% 0.9% -
XYZ 64.62 60.98 82.49 -
YUV 208.13 139.78 139.32 -
System Red Green Blue C M Y K H S L
Decimal 224 196 229 0.02 0.14 0 0.10 290.91 0.39 0.83
Hex E0 C4 E5 2 E 0 A 123 27 53
Octal 340 304 345 2 16 0 12 443 47 123
Binary 11100000 11000100 11100101 10 1110 0 1010 100100011 100111 1010011

Color Harmonies of #E0C4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C4E5

Black with #E0C4E5

Text Example


Text Example

White with #E0C4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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