#E6CDE3

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

Shades of Snuff #E6CDE3

Tints of Snuff #E6CDE3

Color information

#E6CDE3 (or 0xE6CDE3) is unknown color: approx Snuff. HEX triplet: E6, CD and E3. RGB value is (230,205,227). Sum of RGB (Red+Green+Blue) = 230+205+227=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 205 (80.47% from 255 or 30.97% from 662); Blue value is 227 (89.06% from 255 or 34.29% from 662); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDE3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDE3 is #19321C. Grayscale: #D6D6D6. Windows color (decimal): -1651229 or 14929382. OLE color: 14929382.

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

Color convert

RGB230205227-
CMYK00.110.010.10
HSL307.2º33.33%85.29%-
HSV(B)307.2º10.87%90.2%-
XYZ68.3366.0381.82-
YUV214.98134.78138.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.74%
GREEN value IS 205 (80.47% from 255) = 30.97%
BLUE value IS 227 (89.06% from 255) = 34.29%
R=34.74%
G=30.97%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020522700.110.010.10307.233.3385.29
HexE6CDE30B1A1332155
Octal34631534301311246341125
Binary11100110110011011110001101011110101001100111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDE3; }

 p { color: rgb(230,205,227); }

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

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

 a { background-color: rgb(230,205,227); }

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

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

 span { border-color: rgb(230,205,227); }

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