Html Css Color HEX #E6BDED Snuff

📋 copy color: '#E6BDED'

red 230 ◦ green 189 ◦ blue 237

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

Shades of Snuff #E6BDED

Tints of Snuff #E6BDED

RGB

 RED value IS 230 (90.23% from 255) = 35.06%

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

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

R = 35.06%
G = 28.81%
B = 36.13%

CMYK

 C value IS 0.03

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E6BDED (or 0xE6BDED) is known color: Snuff. HEX triplet: E6, BD and ED. RGB value is (230,189,237). Sum of RGB (Red+Green+Blue) = 230+189+237=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 189 (74.22% from 255 or 28.81% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #E6BDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDED is #194212. Grayscale: #CECECE. Windows color (decimal): -1655315 or 15580646. OLE color: 15580646.

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

Color convert

RGB 230 189 237 -
CMYK 0.03 0.20 0 0.07
HSL 291.25º 0.57% 0.84% -
HSV(B) 291.25º 0.2% 0.93% -
XYZ 66.12 59.33 88.09 -
YUV 206.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 230 189 237 0.03 0.20 0 0.07 291.25 0.57 0.84
Hex E6 BD ED 3 14 0 7 123 39 54
Octal 346 275 355 3 24 0 7 443 71 124
Binary 11100110 10111101 11101101 11 10100 0 111 100100011 111001 1010100

Color Harmonies of #E6BDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BDED

Black with #E6BDED

Text Example


Text Example

White with #E6BDED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BDED; }

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

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

background-color css

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

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

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

border-color css

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

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

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