#E3D5CD

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

Shades of Dawn Pink #E3D5CD

Tints of Dawn Pink #E3D5CD

Color information

#E3D5CD (or 0xE3D5CD) is unknown color: approx Dawn Pink. HEX triplet: E3, D5 and CD. RGB value is (227,213,205). Sum of RGB (Red+Green+Blue) = 227+213+205=645 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.19% from 645); Green value is 213 (83.59% from 255 or 33.02% from 645); Blue value is 205 (80.47% from 255 or 31.78% from 645); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D5CD is #1C2A32. Grayscale: #D8D8D8. Windows color (decimal): -1845811 or 13489635. OLE color: 13489635.

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

Color convert

RGB227213205-
CMYK00.060.100.11
HSL21.82º28.21%84.71%-
HSV(B)21.82º9.69%89.02%-
XYZ66.4968.3367.44-
YUV216.27121.64135.65-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 35.19%
GREEN value IS 213 (83.59% from 255) = 33.02%
BLUE value IS 205 (80.47% from 255) = 31.78%
R=35.19%
G=33.02%
B=31.78%

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
Decimal22721320500.060.100.1121.8228.2184.71
HexE3D5CD06AB161c55
Octal3433253150612132634125
Binary11100011110101011100110101101010101110110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3D5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3D5CD; }

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

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

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

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

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

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

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

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