#E0CFE3

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

Shades of Snuff #E0CFE3

Tints of Snuff #E0CFE3

Color information

#E0CFE3 (or 0xE0CFE3) is unknown color: approx Snuff. HEX triplet: E0, CF and E3. RGB value is (224,207,227). Sum of RGB (Red+Green+Blue) = 224+207+227=658 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.04% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 227 (89.06% from 255 or 34.50% from 658); Max value from RGB is 227 - color contains mainly: blue. Hex color #E0CFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFE3 is #1F301C. Grayscale: #D6D6D6. Windows color (decimal): -2043933 or 14929888. OLE color: 14929888.

HSL color Cylindrical-coordinate representation of color #E0CFE3: hue angle of 291º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CFE3 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224207227-
CMYK0.010.0900.11
HSL291º26.32%85.1%-
HSV(B)291º8.81%89.02%-
XYZ66.9266.0281.89-
YUV214.36135.13134.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.04%
GREEN value IS 207 (81.25% from 255) = 31.46%
BLUE value IS 227 (89.06% from 255) = 34.50%
R=34.04%
G=31.46%
B=34.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242072270.010.0900.1129126.3285.1
HexE0CFE3190B1231a55
Octal34031734311101344332125
Binary1110000011001111111000111100101011100100011110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFE3; }

 p { color: rgb(224,207,227); }

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

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

 a { background-color: rgb(224,207,227); }

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

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

 span { border-color: rgb(224,207,227); }

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