Html Css Color HEX #E8CAED Snuff

📋 copy color: '#E8CAED'

red 232 ◦ green 202 ◦ blue 237

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

Shades of Snuff #E8CAED

Tints of Snuff #E8CAED

RGB

 RED value IS 232 (91.02% from 255) = 34.58%

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

 BLUE value IS 237 (92.97% from 255) = 35.32%

R = 34.58%
G = 30.1%
B = 35.32%

CMYK

 C value IS 0.02

 M value IS 0.15

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8CAED (or 0xE8CAED) is known color: Snuff. HEX triplet: E8, CA and ED. RGB value is (232,202,237). Sum of RGB (Red+Green+Blue) = 232+202+237=671 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.58% from 671); Green value is 202 (79.30% from 255 or 30.10% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8CAED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CAED is #173512. Grayscale: #D6D6D6. Windows color (decimal): -1520915 or 15583976. OLE color: 15583976.

HSL color Cylindrical-coordinate representation of color #E8CAED: hue angle of 291.43º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E8CAED is Cyan = 0.02, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 232 202 237 -
CMYK 0.02 0.15 0 0.07
HSL 291.43º 0.49% 0.86% -
HSV(B) 291.43º 0.15% 0.93% -
XYZ 69.69 65.51 89.09 -
YUV 214.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 232 202 237 0.02 0.15 0 0.07 291.43 0.49 0.86
Hex E8 CA ED 2 F 0 7 123 31 56
Octal 350 312 355 2 17 0 7 443 61 126
Binary 11101000 11001010 11101101 10 1111 0 111 100100011 110001 1010110

Color Harmonies of #E8CAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CAED

Black with #E8CAED

Text Example


Text Example

White with #E8CAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CAED; }

 p { color: rgb(232,202,237); }

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

background-color css

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

 a { background-color: rgb(232,202,237); }

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

border-color css

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

 span { border-color: rgb(232,202,237); }

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