#E2D3CC

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

Shades of Dawn Pink #E2D3CC

Tints of Dawn Pink #E2D3CC

Color information

#E2D3CC (or 0xE2D3CC) is unknown color: approx Dawn Pink. HEX triplet: E2, D3 and CC. RGB value is (226,211,204). Sum of RGB (Red+Green+Blue) = 226+211+204=641 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.26% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 204 (80.08% from 255 or 31.83% from 641); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D3CC is #1D2C33. Grayscale: #D6D6D6. Windows color (decimal): -1911860 or 13423586. OLE color: 13423586.

HSL color Cylindrical-coordinate representation of color #E2D3CC: hue angle of 19.09º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2D3CC is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB226211204-
CMYK00.070.100.11
HSL19.09º27.5%84.31%-
HSV(B)19.09º9.73%88.63%-
XYZ65.5667.1266.63-
YUV214.69121.97136.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.26%
GREEN value IS 211 (82.81% from 255) = 32.92%
BLUE value IS 204 (80.08% from 255) = 31.83%
R=35.26%
G=32.92%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621120400.070.100.1119.0927.584.31
HexE2D3CC07AB131c54
Octal3423233140712132334124
Binary11100010110100111100110001111010101110011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D3CC; }

 p { color: rgb(226,211,204); }

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

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

 a { background-color: rgb(226,211,204); }

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

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

 span { border-color: rgb(226,211,204); }

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