#E6D1D9

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

Shades of Prim #E6D1D9

Tints of Prim #E6D1D9

Color information

#E6D1D9 (or 0xE6D1D9) is unknown color: approx Prim. HEX triplet: E6, D1 and D9. RGB value is (230,209,217). Sum of RGB (Red+Green+Blue) = 230+209+217=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 217 (85.16% from 255 or 33.08% from 656); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D1D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D1D9 is #192E26. Grayscale: #D8D8D8. Windows color (decimal): -1650215 or 14275046. OLE color: 14275046.

HSL color Cylindrical-coordinate representation of color #E6D1D9: hue angle of 337.14º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6D1D9 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB230209217-
CMYK00.090.060.10
HSL337.14º29.58%86.08%-
HSV(B)337.14º9.13%90.2%-
XYZ67.9667.4375.08-
YUV216.19128.46137.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.06%
GREEN value IS 209 (82.03% from 255) = 31.86%
BLUE value IS 217 (85.16% from 255) = 33.08%
R=35.06%
G=31.86%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020921700.090.060.10337.1429.5886.08
HexE6D1D9096A1511e56
Octal34632133101161252136126
Binary111001101101000111011001010011101010101010001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D1D9; }

 p { color: rgb(230,209,217); }

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

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

 a { background-color: rgb(230,209,217); }

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

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

 span { border-color: rgb(230,209,217); }

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