Html Css Color HEX #E8CBEB Snuff

📋 copy color: '#E8CBEB'

red 232 ◦ green 203 ◦ blue 235

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

Shades of Snuff #E8CBEB

Tints of Snuff #E8CBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.07%

R = 34.63%
G = 30.3%
B = 35.07%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E8CBEB (or 0xE8CBEB) is known color: Snuff. HEX triplet: E8, CB and EB. RGB value is (232,203,235). Sum of RGB (Red+Green+Blue) = 232+203+235=670 (88% of max value = 765). Red value is 232 (91.02% from 255 or 34.63% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #E8CBEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CBEB is #173414. Grayscale: #D7D7D7. Windows color (decimal): -1520661 or 15453160. OLE color: 15453160.

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

Color convert

RGB 232 203 235 -
CMYK 0.01 0.14 0 0.08
HSL 294.38º 0.44% 0.86% -
HSV(B) 294.38º 0.14% 0.92% -
XYZ 69.63 65.87 87.64 -
YUV 215.32 139.11 139.9 -
System Red Green Blue C M Y K H S L
Decimal 232 203 235 0.01 0.14 0 0.08 294.38 0.44 0.86
Hex E8 CB EB 1 E 0 8 126 2C 56
Octal 350 313 353 1 16 0 10 446 54 126
Binary 11101000 11001011 11101011 1 1110 0 1000 100100110 101100 1010110

Color Harmonies of #E8CBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CBEB

Black with #E8CBEB

Text Example


Text Example

White with #E8CBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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