#E6D0DD

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

Shades of Prim #E6D0DD

Tints of Prim #E6D0DD

Color information

#E6D0DD (or 0xE6D0DD) is unknown color: approx Prim. HEX triplet: E6, D0 and DD. RGB value is (230,208,221). Sum of RGB (Red+Green+Blue) = 230+208+221=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D0DD is #192F22. Grayscale: #D8D8D8. Windows color (decimal): -1650467 or 14536934. OLE color: 14536934.

HSL color Cylindrical-coordinate representation of color #E6D0DD: hue angle of 324.55º 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 #E6D0DD is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB230208221-
CMYK00.100.040.10
HSL324.55º30.56%85.88%-
HSV(B)324.55º9.57%90.2%-
XYZ68.2467.1677.77-
YUV216.06130.79137.94-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.90%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 221 (86.72% from 255) = 33.54%
R=34.90%
G=31.56%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020822100.100.040.10324.5530.5685.88
HexE6D0DD0A4A1451f56
Octal34632033501241250537126
Binary111001101101000011011101010101001010101000101111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D0DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D0DD; }

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

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

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

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

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

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

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

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