#E8CBED

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

Shades of Snuff #E8CBED

Tints of Snuff #E8CBED

Color information

#E8CBED (or 0xE8CBED) is unknown color: approx Snuff. HEX triplet: E8, CB and ED. RGB value is (232,203,237). Sum of RGB (Red+Green+Blue) = 232+203+237=672 (89% of max value = 765). Red value is 232 (91.02% from 255 or 34.52% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 237 - color contains mainly: blue. Hex color #E8CBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E8CBED is #173412. Grayscale: #D7D7D7. Windows color (decimal): -1520659 or 15584232. OLE color: 15584232.

HSL color Cylindrical-coordinate representation of color #E8CBED: hue angle of 291.18º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E8CBED is Cyan = 0.02, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB232203237-
CMYK0.020.1400.07
HSL291.18º48.57%86.27%-
HSV(B)291.18º14.35%92.94%-
XYZ69.9265.9889.17-
YUV215.55140.11139.74-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 34.52%
GREEN value IS 203 (79.69% from 255) = 30.21%
BLUE value IS 237 (92.97% from 255) = 35.27%
R=34.52%
G=30.21%
B=35.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2322032370.020.1400.07291.1848.5786.27
HexE8CBED2E071233156
Octal3503133552160744361126
Binary11101000110010111110110110111001111001000111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8CBED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8CBED; }

 p { color: rgb(232,203,237); }

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

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

 a { background-color: rgb(232,203,237); }

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

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

 span { border-color: rgb(232,203,237); }

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