#E4D5CC

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

Shades of Dawn Pink #E4D5CC

Tints of Dawn Pink #E4D5CC

Color information

#E4D5CC (or 0xE4D5CC) is unknown color: approx Dawn Pink. HEX triplet: E4, D5 and CC. RGB value is (228,213,204). Sum of RGB (Red+Green+Blue) = 228+213+204=645 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.35% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D5CC is #1B2A33. Grayscale: #D8D8D8. Windows color (decimal): -1780276 or 13424100. OLE color: 13424100.

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

Color convert

RGB228213204-
CMYK00.070.110.11
HSL22.5º30.77%84.71%-
HSV(B)22.5º10.53%89.41%-
XYZ66.6968.4466.82-
YUV216.46120.97136.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.35%
GREEN value IS 213 (83.59% from 255) = 33.02%
BLUE value IS 204 (80.08% from 255) = 31.63%
R=35.35%
G=33.02%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821320400.070.110.1122.530.7784.71
HexE4D5CC07BB171f55
Octal3443253140713132737125
Binary11100100110101011100110001111011101110111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D5CC; }

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

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

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

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

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

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

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

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