Html Css Color HEX #E8BDED Snuff

📋 copy color: '#E8BDED'

red 232 ◦ green 189 ◦ blue 237

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

Shades of Snuff #E8BDED

Tints of Snuff #E8BDED

RGB

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

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

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

R = 35.26%
G = 28.72%
B = 36.02%

CMYK

 C value IS 0.02

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E8BDED (or 0xE8BDED) is known color: Snuff. HEX triplet: E8, BD and ED. RGB value is (232,189,237). Sum of RGB (Red+Green+Blue) = 232+189+237=658 (87% of max value = 765). Red value is 232 (91.02% from 255 or 35.26% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8BDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8BDED is #174212. Grayscale: #CFCFCF. Windows color (decimal): -1524243 or 15580648. OLE color: 15580648.

HSL color Cylindrical-coordinate representation of color #E8BDED: hue angle of 293.75º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E8BDED is Cyan = 0.02, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 232 189 237 -
CMYK 0.02 0.20 0 0.07
HSL 293.75º 0.57% 0.84% -
HSV(B) 293.75º 0.2% 0.93% -
XYZ 66.76 59.67 88.12 -
YUV 207.33 144.75 145.6 -
System Red Green Blue C M Y K H S L
Decimal 232 189 237 0.02 0.20 0 0.07 293.75 0.57 0.84
Hex E8 BD ED 2 14 0 7 126 39 54
Octal 350 275 355 2 24 0 7 446 71 124
Binary 11101000 10111101 11101101 10 10100 0 111 100100110 111001 1010100

Color Harmonies of #E8BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8BDED

Black with #E8BDED

Text Example


Text Example

White with #E8BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8BDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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