#E6D3DB

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

Shades of Prim #E6D3DB

Tints of Prim #E6D3DB

Color information

#E6D3DB (or 0xE6D3DB) is unknown color: approx Prim. HEX triplet: E6, D3 and DB. RGB value is (230,211,219). Sum of RGB (Red+Green+Blue) = 230+211+219=660 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.85% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D3DB is #192C24. Grayscale: #D9D9D9. Windows color (decimal): -1649701 or 14406630. OLE color: 14406630.

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

Color convert

RGB230211219-
CMYK00.080.050.10
HSL334.74º27.54%86.47%-
HSV(B)334.74º8.26%90.2%-
XYZ68.7168.5376.62-
YUV217.59128.79136.85-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.85%
GREEN value IS 211 (82.81% from 255) = 31.97%
BLUE value IS 219 (85.94% from 255) = 33.18%
R=34.85%
G=31.97%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021121900.080.050.10334.7427.5486.47
HexE6D3DB085A14f1c56
Octal34632333301051251734126
Binary111001101101001111011011010001011010101001111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D3DB; }

 p { color: rgb(230,211,219); }

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

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

 a { background-color: rgb(230,211,219); }

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

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

 span { border-color: rgb(230,211,219); }

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