Html Css Color HEX #E4CAE2 Snuff

📋 copy color: '#E4CAE2'

red 228 ◦ green 202 ◦ blue 226

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

Shades of Snuff #E4CAE2

Tints of Snuff #E4CAE2

RGB

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

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

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

R = 34.76%
G = 30.79%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#E4CAE2 (or 0xE4CAE2) is known color: Snuff. HEX triplet: E4, CA and E2. RGB value is (228,202,226). Sum of RGB (Red+Green+Blue) = 228+202+226=656 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.76% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CAE2 is #1B351D. Grayscale: #D4D4D4. Windows color (decimal): -1783070 or 14863076. OLE color: 14863076.

HSL color Cylindrical-coordinate representation of color #E4CAE2: hue angle of 304.62º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E4CAE2 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 202 226 -
CMYK 0 0.11 0.01 0.11
HSL 304.62º 0.33% 0.84% -
HSV(B) 304.62º 0.11% 0.89% -
XYZ 66.84 64.23 80.83 -
YUV 212.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 228 202 226 0 0.11 0.01 0.11 304.62 0.33 0.84
Hex E4 CA E2 0 B 1 B 131 20 54
Octal 344 312 342 0 13 1 13 461 40 124
Binary 11100100 11001010 11100010 0 1011 1 1011 100110001 100000 1010100

Color Harmonies of #E4CAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4CAE2

Black with #E4CAE2

Text Example


Text Example

White with #E4CAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4CAE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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