#E6D0DA

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

Shades of Prim #E6D0DA

Tints of Prim #E6D0DA

Color information

#E6D0DA (or 0xE6D0DA) is unknown color: approx Prim. HEX triplet: E6, D0 and DA. RGB value is (230,208,218). Sum of RGB (Red+Green+Blue) = 230+208+218=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D0DA is #192F25. Grayscale: #D7D7D7. Windows color (decimal): -1650470 or 14340326. OLE color: 14340326.

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

Color convert

RGB230208218-
CMYK00.100.050.10
HSL332.73º30.56%85.88%-
HSV(B)332.73º9.57%90.2%-
XYZ67.846775.69-
YUV215.72129.29138.19-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.06%
GREEN value IS 208 (81.64% from 255) = 31.71%
BLUE value IS 218 (85.55% from 255) = 33.23%
R=35.06%
G=31.71%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020821800.100.050.10332.7330.5685.88
HexE6D0DA0A5A14d1f56
Octal34632033201251251537126
Binary111001101101000011011010010101011010101001101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D0DA; }

 p { color: rgb(230,208,218); }

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

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

 a { background-color: rgb(230,208,218); }

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

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

 span { border-color: rgb(230,208,218); }

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