#E2D5CD

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

Shades of Dawn Pink #E2D5CD

Tints of Dawn Pink #E2D5CD

Color information

#E2D5CD (or 0xE2D5CD) is unknown color: approx Dawn Pink. HEX triplet: E2, D5 and CD. RGB value is (226,213,205). Sum of RGB (Red+Green+Blue) = 226+213+205=644 (85% of max value = 765). Red value is 226 (88.67% from 255 or 35.09% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D5CD is #1D2A32. Grayscale: #D8D8D8. Windows color (decimal): -1911347 or 13489634. OLE color: 13489634.

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

Color convert

RGB226213205-
CMYK00.060.090.11
HSL22.86º26.58%84.51%-
HSV(B)22.86º9.29%88.63%-
XYZ66.1868.1767.43-
YUV215.98121.81135.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 35.09%
GREEN value IS 213 (83.59% from 255) = 33.07%
BLUE value IS 205 (80.47% from 255) = 31.83%
R=35.09%
G=33.07%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621320500.060.090.1122.8626.5884.51
HexE2D5CD069B171b55
Octal3423253150611132733125
Binary11100010110101011100110101101001101110111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2D5CD; }

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

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

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

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

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

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

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

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