#E6CFEB

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

Shades of Snuff #E6CFEB

Tints of Snuff #E6CFEB

Color information

#E6CFEB (or 0xE6CFEB) is unknown color: approx Snuff. HEX triplet: E6, CF and EB. RGB value is (230,207,235). Sum of RGB (Red+Green+Blue) = 230+207+235=672 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.23% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 235 (92.19% from 255 or 34.97% from 672); Max value from RGB is 235 - color contains mainly: blue. Hex color #E6CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6CFEB is #193014. Grayscale: #D8D8D8. Windows color (decimal): -1650709 or 15454182. OLE color: 15454182.

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

Color convert

RGB230207235-
CMYK0.020.1200.08
HSL289.29º41.18%86.67%-
HSV(B)289.29º11.91%92.16%-
XYZ69.9467.4587.93-
YUV217.07138.12137.22-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.23%
GREEN value IS 207 (81.25% from 255) = 30.80%
BLUE value IS 235 (92.19% from 255) = 34.97%
R=34.23%
G=30.80%
B=34.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2302072350.020.1200.08289.2941.1886.67
HexE6CFEB2C081212957
Octal34631735321401044151127
Binary111001101100111111101011101100010001001000011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CFEB; }

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

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

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

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

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

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

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

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