#E6CDEB

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

Shades of Snuff #E6CDEB

Tints of Snuff #E6CDEB

Color information

#E6CDEB (or 0xE6CDEB) is unknown color: approx Snuff. HEX triplet: E6, CD and EB. RGB value is (230,205,235). Sum of RGB (Red+Green+Blue) = 230+205+235=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 205 (80.47% from 255 or 30.60% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6CDEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CDEB is #193214. Grayscale: #D7D7D7. Windows color (decimal): -1651221 or 15453670. OLE color: 15453670.

HSL color Cylindrical-coordinate representation of color #E6CDEB: hue angle of 290º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6CDEB is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB230205235-
CMYK0.020.1300.08
HSL290º42.86%86.27%-
HSV(B)290º12.77%92.16%-
XYZ69.4666.4887.77-
YUV215.9138.78138.06-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.33%
GREEN value IS 205 (80.47% from 255) = 30.60%
BLUE value IS 235 (92.19% from 255) = 35.07%
R=34.33%
G=30.60%
B=35.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302052350.020.1300.0829042.8686.27
HexE6CDEB2D081222b56
Octal34631535321501044253126
Binary111001101100110111101011101101010001001000101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDEB; }

 p { color: rgb(230,205,235); }

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

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

 a { background-color: rgb(230,205,235); }

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

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

 span { border-color: rgb(230,205,235); }

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