#E0CEE3

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

Shades of Snuff #E0CEE3

Tints of Snuff #E0CEE3

Color information

#E0CEE3 (or 0xE0CEE3) is unknown color: approx Snuff. HEX triplet: E0, CE and E3. RGB value is (224,206,227). Sum of RGB (Red+Green+Blue) = 224+206+227=657 (87% of max value = 765). Red value is 224 (87.89% from 255 or 34.09% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 227 (89.06% from 255 or 34.55% from 657); Max value from RGB is 227 - color contains mainly: blue. Hex color #E0CEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CEE3 is #1F311C. Grayscale: #D5D5D5. Windows color (decimal): -2044189 or 14929632. OLE color: 14929632.

HSL color Cylindrical-coordinate representation of color #E0CEE3: hue angle of 291.43º degrees, saturation: 0.27, 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 #E0CEE3 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224206227-
CMYK0.010.0900.11
HSL291.43º27.27%84.9%-
HSV(B)291.43º9.25%89.02%-
XYZ66.6865.5481.81-
YUV213.78135.46135.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.09%
GREEN value IS 206 (80.86% from 255) = 31.35%
BLUE value IS 227 (89.06% from 255) = 34.55%
R=34.09%
G=31.35%
B=34.55%

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
Decimal2242062270.010.0900.11291.4327.2784.9
HexE0CEE3190B1231b55
Octal34031634311101344333125
Binary1110000011001110111000111100101011100100011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CEE3; }

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

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

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

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

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

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

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

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