#E6BDEE

Color #E6BDEE Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #E6BDEE

Tints of Snuff #E6BDEE

Color information

#E6BDEE (or 0xE6BDEE) is unknown color: approx Snuff. HEX triplet: E6, BD and EE. RGB value is (230,189,238). Sum of RGB (Red+Green+Blue) = 230+189+238=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 189 (74.22% from 255 or 28.77% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #E6BDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDEE is #194211. Grayscale: #CECECE. Windows color (decimal): -1655314 or 15646182. OLE color: 15646182.

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

Color convert

RGB230189238-
CMYK0.030.2100.07
HSL290.2º59.04%83.73%-
HSV(B)290.2º20.59%93.33%-
XYZ66.2659.3988.86-
YUV206.84145.58144.52-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.01%
GREEN value IS 189 (74.22% from 255) = 28.77%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=35.01%
G=28.77%
B=36.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2301892380.030.2100.07290.259.0483.73
HexE6BDEE315071223b54
Octal3462753563250744273124
Binary111001101011110111101110111010101111001000101110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BDEE; }

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

 H1.HeaderClassName
 {
   color: #E6BDEE;
 }
 .AnyTagClassName
 {
   color: #E6BDEE;
 }
</style>
background-color css

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

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

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

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

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

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