Html Css Color HEX #E9CBEA Snuff

📋 copy color: '#E9CBEA'

red 233 ◦ green 203 ◦ blue 234

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

Shades of Snuff #E9CBEA

Tints of Snuff #E9CBEA

RGB

 RED value IS 233 (91.41% from 255) = 34.78%

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

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

R = 34.78%
G = 30.3%
B = 34.93%

CMYK

 C value IS 0.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E9CBEA (or 0xE9CBEA) is known color: Snuff. HEX triplet: E9, CB and EA. RGB value is (233,203,234). Sum of RGB (Red+Green+Blue) = 233+203+234=670 (88% of max value = 765). Red value is 233 (91.41% from 255 or 34.78% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 234 (91.80% from 255 or 34.93% from 670); Max value from RGB is 234 - color contains mainly: blue. Hex color #E9CBEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9CBEA is #163415. Grayscale: #D7D7D7. Windows color (decimal): -1455126 or 15387625. OLE color: 15387625.

HSL color Cylindrical-coordinate representation of color #E9CBEA: hue angle of 298.06º 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 #E9CBEA is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 233 203 234 -
CMYK 0.00 0.13 0 0.08
HSL 298.06º 0.42% 0.86% -
HSV(B) 298.06º 0.13% 0.92% -
XYZ 69.81 65.98 86.9 -
YUV 215.5 138.44 140.48 -
System Red Green Blue C M Y K H S L
Decimal 233 203 234 0.00 0.13 0 0.08 298.06 0.42 0.86
Hex E9 CB EA 0 D 0 8 12A 2A 56
Octal 351 313 352 0 15 0 10 452 52 126
Binary 11101001 11001011 11101010 0 1101 0 1000 100101010 101010 1010110

Color Harmonies of #E9CBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CBEA

Black with #E9CBEA

Text Example


Text Example

White with #E9CBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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