#E0CFE4

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

Shades of Snuff #E0CFE4

Tints of Snuff #E0CFE4

Color information

#E0CFE4 (or 0xE0CFE4) is unknown color: approx Snuff. HEX triplet: E0, CF and E4. RGB value is (224,207,228). Sum of RGB (Red+Green+Blue) = 224+207+228=659 (87% of max value = 765). Red value is 224 (87.89% from 255 or 33.99% from 659); Green value is 207 (81.25% from 255 or 31.41% from 659); Blue value is 228 (89.45% from 255 or 34.60% from 659); Max value from RGB is 228 - color contains mainly: blue. Hex color #E0CFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFE4 is #1F301B. Grayscale: #D6D6D6. Windows color (decimal): -2043932 or 14995424. OLE color: 14995424.

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

Color convert

RGB224207228-
CMYK0.020.0900.11
HSL288.57º28%85.29%-
HSV(B)288.57º9.21%89.41%-
XYZ67.0666.0782.62-
YUV214.48135.63134.79-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.99%
GREEN value IS 207 (81.25% from 255) = 31.41%
BLUE value IS 228 (89.45% from 255) = 34.60%
R=33.99%
G=31.41%
B=34.60%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2242072280.020.0900.11288.572885.29
HexE0CFE4290B1211c55
Octal34031734421101344134125
Binary11100000110011111110010010100101011100100001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFE4; }

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

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

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

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

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

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

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

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