Html Css Color HEX #E8CBEA Snuff

📋 copy color: '#E8CBEA'

red 232 ◦ green 203 ◦ blue 234

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

Shades of Snuff #E8CBEA

Tints of Snuff #E8CBEA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 30.34%

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

R = 34.68%
G = 30.34%
B = 34.98%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8CBEA (or 0xE8CBEA) is known color: Snuff. HEX triplet: E8, CB and EA. RGB value is (232,203,234). Sum of RGB (Red+Green+Blue) = 232+203+234=669 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.68% from 669); Green value is 203 (79.69% from 255 or 30.34% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 234 - color contains mainly: blue. Hex color #E8CBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CBEA is #173415. Grayscale: #D7D7D7. Windows color (decimal): -1520662 or 15387624. OLE color: 15387624.

HSL color Cylindrical-coordinate representation of color #E8CBEA: hue angle of 296.13º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8CBEA is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 232 203 234 -
CMYK 0.01 0.13 0 0.08
HSL 296.13º 0.42% 0.86% -
HSV(B) 296.13º 0.13% 0.92% -
XYZ 69.49 65.81 86.88 -
YUV 215.21 138.61 139.98 -
System Red Green Blue C M Y K H S L
Decimal 232 203 234 0.01 0.13 0 0.08 296.13 0.42 0.86
Hex E8 CB EA 1 D 0 8 128 2A 56
Octal 350 313 352 1 15 0 10 450 52 126
Binary 11101000 11001011 11101010 1 1101 0 1000 100101000 101010 1010110

Color Harmonies of #E8CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CBEA

Black with #E8CBEA

Text Example


Text Example

White with #E8CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CBEA; }

 p { color: rgb(232,203,234); }

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

background-color css

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

 a { background-color: rgb(232,203,234); }

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

border-color css

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

 span { border-color: rgb(232,203,234); }

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