#E6CAE4

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

Shades of Snuff #E6CAE4

Tints of Snuff #E6CAE4

Color information

#E6CAE4 (or 0xE6CAE4) is unknown color: approx Snuff. HEX triplet: E6, CA and E4. RGB value is (230,202,228). Sum of RGB (Red+Green+Blue) = 230+202+228=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CAE4 is #19351B. Grayscale: #D5D5D5. Windows color (decimal): -1651996 or 14994150. OLE color: 14994150.

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

Color convert

RGB230202228-
CMYK00.120.010.10
HSL304.29º35.9%84.71%-
HSV(B)304.29º12.17%90.2%-
XYZ67.7664.6782.31-
YUV213.34136.28139.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.85%
GREEN value IS 202 (79.30% from 255) = 30.61%
BLUE value IS 228 (89.45% from 255) = 34.55%
R=34.85%
G=30.61%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020222800.120.010.10304.2935.984.71
HexE6CAE40C1A1302455
Octal34631234401411246044125
Binary11100110110010101110010001100110101001100001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CAE4; }

 p { color: rgb(230,202,228); }

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

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

 a { background-color: rgb(230,202,228); }

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

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

 span { border-color: rgb(230,202,228); }

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