#E2D3CB

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

Shades of Dawn Pink #E2D3CB

Tints of Dawn Pink #E2D3CB

Color information

#E2D3CB (or 0xE2D3CB) is unknown color: approx Dawn Pink. HEX triplet: E2, D3 and CB. RGB value is (226,211,203). Sum of RGB (Red+Green+Blue) = 226+211+203=640 (84% of max value = 765). Red value is 226 (88.67% from 255 or 35.31% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D3CB is #1D2C34. Grayscale: #D6D6D6. Windows color (decimal): -1911861 or 13358050. OLE color: 13358050.

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

Color convert

RGB226211203-
CMYK00.070.100.11
HSL20.87º28.4%84.12%-
HSV(B)20.87º10.18%88.63%-
XYZ65.4467.0766-
YUV214.57121.47136.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.31%
GREEN value IS 211 (82.81% from 255) = 32.97%
BLUE value IS 203 (79.69% from 255) = 31.72%
R=35.31%
G=32.97%
B=31.72%

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
Decimal22621120300.070.100.1120.8728.484.12
HexE2D3CB07AB151c54
Octal3423233130712132534124
Binary11100010110100111100101101111010101110101111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D3CB; }

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

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

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

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

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

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

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

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