#E0CBE0

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

Shades of Snuff #E0CBE0

Tints of Snuff #E0CBE0

Color information

#E0CBE0 (or 0xE0CBE0) is unknown color: approx Snuff. HEX triplet: E0, CB and E0. RGB value is (224,203,224). Sum of RGB (Red+Green+Blue) = 224+203+224=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 224 - color contains mainly: red, blue. Hex color #E0CBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CBE0 is #1F341F. Grayscale: #D3D3D3. Windows color (decimal): -2044960 or 14732256. OLE color: 14732256.

HSL color Cylindrical-coordinate representation of color #E0CBE0: hue angle of 300º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E0CBE0 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224203224-
CMYK00.0900.12
HSL300º25.3%83.73%-
HSV(B)300º9.38%87.84%-
XYZ65.5563.9479.41-
YUV211.67134.96136.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.41%
GREEN value IS 203 (79.69% from 255) = 31.18%
BLUE value IS 224 (87.89% from 255) = 34.41%
R=34.41%
G=31.18%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22420322400.0900.1230025.383.73
HexE0CBE0090C12c1954
Octal34031334001101445431124
Binary1110000011001011111000000100101100100101100110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CBE0; }

 p { color: rgb(224,203,224); }

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

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

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

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

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

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

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