#E0C8E5

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

Shades of Snuff #E0C8E5

Tints of Snuff #E0C8E5

Color information

#E0C8E5 (or 0xE0C8E5) is unknown color: approx Snuff. HEX triplet: E0, C8 and E5. RGB value is (224,200,229). Sum of RGB (Red+Green+Blue) = 224+200+229=653 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.30% from 653); Green value is 200 (78.52% from 255 or 30.63% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 229 - color contains mainly: blue. Hex color #E0C8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C8E5 is #1F371A. Grayscale: #D2D2D2. Windows color (decimal): -2045723 or 15059168. OLE color: 15059168.

HSL color Cylindrical-coordinate representation of color #E0C8E5: hue angle of 289.66º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E0C8E5 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB224200229-
CMYK0.020.1300.10
HSL289.66º35.8%84.12%-
HSV(B)289.66º12.66%89.8%-
XYZ65.5462.8182.8-
YUV210.48138.45137.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.30%
GREEN value IS 200 (78.52% from 255) = 30.63%
BLUE value IS 229 (89.84% from 255) = 35.07%
R=34.30%
G=30.63%
B=35.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2242002290.020.1300.10289.6635.884.12
HexE0C8E52D0A1222454
Octal34031034521501244244124
Binary111000001100100011100101101101010101001000101001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C8E5; }

 p { color: rgb(224,200,229); }

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

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

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

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

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

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

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