#E1D3CB

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

Shades of Dawn Pink #E1D3CB

Tints of Dawn Pink #E1D3CB

Color information

#E1D3CB (or 0xE1D3CB) is unknown color: approx Dawn Pink. HEX triplet: E1, D3 and CB. RGB value is (225,211,203). Sum of RGB (Red+Green+Blue) = 225+211+203=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 211 (82.81% from 255 or 33.02% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3CB is #1E2C34. Grayscale: #D6D6D6. Windows color (decimal): -1977397 or 13358049. OLE color: 13358049.

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

Color convert

RGB225211203-
CMYK00.060.100.12
HSL21.82º26.83%83.92%-
HSV(B)21.82º9.78%88.24%-
XYZ65.1366.9165.98-
YUV214.27121.64135.65-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 35.21%
GREEN value IS 211 (82.81% from 255) = 33.02%
BLUE value IS 203 (79.69% from 255) = 31.77%
R=35.21%
G=33.02%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22521120300.060.100.1221.8226.8383.92
HexE1D3CB06AC161b54
Octal3413233130612142633124
Binary11100001110100111100101101101010110010110110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1D3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1D3CB; }

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

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

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

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

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

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

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

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