Html Css Color HEX #E4C2EA Snuff

📋 copy color: '#E4C2EA'

red 228 ◦ green 194 ◦ blue 234

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

Shades of Snuff #E4C2EA

Tints of Snuff #E4C2EA

RGB

 RED value IS 228 (89.45% from 255) = 34.76%

 GREEN value IS 194 (76.17% from 255) = 29.57%

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

R = 34.76%
G = 29.57%
B = 35.67%

CMYK

 C value IS 0.03

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E4C2EA (or 0xE4C2EA) is known color: Snuff. HEX triplet: E4, C2 and EA. RGB value is (228,194,234). Sum of RGB (Red+Green+Blue) = 228+194+234=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 194 (76.17% from 255 or 29.57% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 234 - color contains mainly: blue. Hex color #E4C2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E4C2EA is #1B3D15. Grayscale: #D0D0D0. Windows color (decimal): -1785110 or 15385316. OLE color: 15385316.

HSL color Cylindrical-coordinate representation of color #E4C2EA: hue angle of 291º degrees, saturation: 0.49, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4C2EA is Cyan = 0.03, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 228 194 234 -
CMYK 0.03 0.17 0 0.08
HSL 291º 0.49% 0.84% -
HSV(B) 291º 0.17% 0.92% -
XYZ 66.14 61.02 86.13 -
YUV 208.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 228 194 234 0.03 0.17 0 0.08 291 0.49 0.84
Hex E4 C2 EA 3 11 0 8 123 31 54
Octal 344 302 352 3 21 0 10 443 61 124
Binary 11100100 11000010 11101010 11 10001 0 1000 100100011 110001 1010100

Color Harmonies of #E4C2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4C2EA

Black with #E4C2EA

Text Example


Text Example

White with #E4C2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4C2EA; }

 p { color: rgb(228,194,234); }

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

background-color css

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

 a { background-color: rgb(228,194,234); }

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

border-color css

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

 span { border-color: rgb(228,194,234); }

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