#E1D3CD

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

Shades of Dawn Pink #E1D3CD

Tints of Dawn Pink #E1D3CD

Color information

#E1D3CD (or 0xE1D3CD) is unknown color: approx Dawn Pink. HEX triplet: E1, D3 and CD. RGB value is (225,211,205). Sum of RGB (Red+Green+Blue) = 225+211+205=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 205 (80.47% from 255 or 31.98% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3CD is #1E2C32. Grayscale: #D6D6D6. Windows color (decimal): -1977395 or 13489121. OLE color: 13489121.

HSL color Cylindrical-coordinate representation of color #E1D3CD: hue angle of 18º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1D3CD is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB225211205-
CMYK00.060.090.12
HSL18º25%84.31%-
HSV(B)18º8.89%88.24%-
XYZ65.376767.25-
YUV214.5122.64135.49-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.10%
GREEN value IS 211 (82.81% from 255) = 32.92%
BLUE value IS 205 (80.47% from 255) = 31.98%
R=35.10%
G=32.92%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521120500.060.090.12182584.31
HexE1D3CD069C121954
Octal3413233150611142231124
Binary11100001110100111100110101101001110010010110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D3CD; }

 p { color: rgb(225,211,205); }

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

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

 a { background-color: rgb(225,211,205); }

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

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

 span { border-color: rgb(225,211,205); }

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