#E2D5CC

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

Shades of Dawn Pink #E2D5CC

Tints of Dawn Pink #E2D5CC

Color information

#E2D5CC (or 0xE2D5CC) is unknown color: approx Dawn Pink. HEX triplet: E2, D5 and CC. RGB value is (226,213,204). Sum of RGB (Red+Green+Blue) = 226+213+204=643 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.15% from 643); Green value is 213 (83.59% from 255 or 33.13% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D5CC is #1D2A33. Grayscale: #D7D7D7. Windows color (decimal): -1911348 or 13424098. OLE color: 13424098.

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

Color convert

RGB226213204-
CMYK00.060.100.11
HSL24.55º27.5%84.31%-
HSV(B)24.55º9.73%88.63%-
XYZ66.0668.1266.79-
YUV215.86121.31135.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.15%
GREEN value IS 213 (83.59% from 255) = 33.13%
BLUE value IS 204 (80.08% from 255) = 31.73%
R=35.15%
G=33.13%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621320400.060.100.1124.5527.584.31
HexE2D5CC06AB191c54
Octal3423253140612133134124
Binary11100010110101011100110001101010101111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D5CC; }

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

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

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

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

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

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

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

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