Html Css Color HEX #E9BDEF Snuff

📋 copy color: '#E9BDEF'

red 233 ◦ green 189 ◦ blue 239

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

Shades of Snuff #E9BDEF

Tints of Snuff #E9BDEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.16%

R = 35.25%
G = 28.59%
B = 36.16%

CMYK

 C value IS 0.03

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E9BDEF (or 0xE9BDEF) is known color: Snuff. HEX triplet: E9, BD and EF. RGB value is (233,189,239). Sum of RGB (Red+Green+Blue) = 233+189+239=661 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.25% from 661); Green value is 189 (74.22% from 255 or 28.59% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #E9BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9BDEF is #164210. Grayscale: #CFCFCF. Windows color (decimal): -1458705 or 15711721. OLE color: 15711721.

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

Color convert

RGB 233 189 239 -
CMYK 0.03 0.21 0 0.06
HSL 292.8º 0.61% 0.84% -
HSV(B) 292.8º 0.21% 0.94% -
XYZ 67.38 59.95 89.68 -
YUV 207.86 145.58 145.93 -
System Red Green Blue C M Y K H S L
Decimal 233 189 239 0.03 0.21 0 0.06 292.8 0.61 0.84
Hex E9 BD EF 3 15 0 6 125 3D 54
Octal 351 275 357 3 25 0 6 445 75 124
Binary 11101001 10111101 11101111 11 10101 0 110 100100101 111101 1010100

Color Harmonies of #E9BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9BDEF

Black with #E9BDEF

Text Example


Text Example

White with #E9BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9BDEF; }

 p { color: rgb(233,189,239); }

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

background-color css

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

 a { background-color: rgb(233,189,239); }

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

border-color css

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

 span { border-color: rgb(233,189,239); }

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