Html Css Color HEX #E8BDEE Snuff

📋 copy color: '#E8BDEE'

red 232 ◦ green 189 ◦ blue 238

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

Shades of Snuff #E8BDEE

Tints of Snuff #E8BDEE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 28.68%

 BLUE value IS 238 (93.36% from 255) = 36.12%

R = 35.2%
G = 28.68%
B = 36.12%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8BDEE (or 0xE8BDEE) is known color: Snuff. HEX triplet: E8, BD and EE. RGB value is (232,189,238). Sum of RGB (Red+Green+Blue) = 232+189+238=659 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.20% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #E8BDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDEE is #174211. Grayscale: #CFCFCF. Windows color (decimal): -1524242 or 15646184. OLE color: 15646184.

HSL color Cylindrical-coordinate representation of color #E8BDEE: hue angle of 292.65º degrees, saturation: 0.59, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E8BDEE is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 232 189 238 -
CMYK 0.03 0.21 0 0.07
HSL 292.65º 0.59% 0.84% -
HSV(B) 292.65º 0.21% 0.93% -
XYZ 66.91 59.72 88.89 -
YUV 207.44 145.25 145.52 -
System Red Green Blue C M Y K H S L
Decimal 232 189 238 0.03 0.21 0 0.07 292.65 0.59 0.84
Hex E8 BD EE 3 15 0 7 125 3B 54
Octal 350 275 356 3 25 0 7 445 73 124
Binary 11101000 10111101 11101110 11 10101 0 111 100100101 111011 1010100

Color Harmonies of #E8BDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BDEE

Black with #E8BDEE

Text Example


Text Example

White with #E8BDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BDEE; }

 p { color: rgb(232,189,238); }

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

background-color css

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

 a { background-color: rgb(232,189,238); }

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

border-color css

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

 span { border-color: rgb(232,189,238); }

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