#E4D5CF

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

Shades of Dawn Pink #E4D5CF

Tints of Dawn Pink #E4D5CF

Color information

#E4D5CF (or 0xE4D5CF) is unknown color: approx Dawn Pink. HEX triplet: E4, D5 and CF. RGB value is (228,213,207). Sum of RGB (Red+Green+Blue) = 228+213+207=648 (85% of max value = 765). Red value is 228 (89.45% from 255 or 35.19% from 648); Green value is 213 (83.59% from 255 or 32.87% from 648); Blue value is 207 (81.25% from 255 or 31.94% from 648); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4D5CF is #1B2A30. Grayscale: #D8D8D8. Windows color (decimal): -1780273 or 13620708. OLE color: 13620708.

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

Color convert

RGB228213207-
CMYK00.070.090.11
HSL17.14º28%85.29%-
HSV(B)17.14º9.21%89.41%-
XYZ67.0568.5968.74-
YUV216.8122.47135.99-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 35.19%
GREEN value IS 213 (83.59% from 255) = 32.87%
BLUE value IS 207 (81.25% from 255) = 31.94%
R=35.19%
G=32.87%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22821320700.070.090.1117.142885.29
HexE4D5CF079B111c55
Octal3443253170711132134125
Binary11100100110101011100111101111001101110001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4D5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4D5CF; }

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

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

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

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

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

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

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

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