Html Css Color HEX #E7BDEF Snuff

📋 copy color: '#E7BDEF'

red 231 ◦ green 189 ◦ blue 239

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

Shades of Snuff #E7BDEF

Tints of Snuff #E7BDEF

RGB

 RED value IS 231 (90.63% from 255) = 35.05%

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

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

R = 35.05%
G = 28.68%
B = 36.27%

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

#E7BDEF (or 0xE7BDEF) is known color: Snuff. HEX triplet: E7, BD and EF. RGB value is (231,189,239). Sum of RGB (Red+Green+Blue) = 231+189+239=659 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.05% from 659); Green value is 189 (74.22% from 255 or 28.68% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #E7BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7BDEF is #184210. Grayscale: #CFCFCF. Windows color (decimal): -1589777 or 15711719. OLE color: 15711719.

HSL color Cylindrical-coordinate representation of color #E7BDEF: hue angle of 290.4º 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 #E7BDEF is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 189 239 -
CMYK 0.03 0.21 0 0.06
HSL 290.4º 0.61% 0.84% -
HSV(B) 290.4º 0.21% 0.94% -
XYZ 66.73 59.62 89.65 -
YUV 207.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 231 189 239 0.03 0.21 0 0.06 290.4 0.61 0.84
Hex E7 BD EF 3 15 0 6 122 3D 54
Octal 347 275 357 3 25 0 6 442 75 124
Binary 11100111 10111101 11101111 11 10101 0 110 100100010 111101 1010100

Color Harmonies of #E7BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7BDEF

Black with #E7BDEF

Text Example


Text Example

White with #E7BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7BDEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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