Html Css Color HEX #E5D5CD Dawn Pink

📋 copy color: '#E5D5CD'

red 229 ◦ green 213 ◦ blue 205

#E5D5CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dawn Pink #E5D5CD

Tints of Dawn Pink #E5D5CD

RGB

 RED value IS 229 (89.84% from 255) = 35.39%

 GREEN value IS 213 (83.59% from 255) = 32.92%

 BLUE value IS 205 (80.47% from 255) = 31.68%

R = 35.39%
G = 32.92%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E5D5CD (or 0xE5D5CD) is known color: Dawn Pink. HEX triplet: E5, D5 and CD. RGB value is (229,213,205). Sum of RGB (Red+Green+Blue) = 229+213+205=647 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.39% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 205 (80.47% from 255 or 31.68% from 647); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D5CD is #1A2A32. Grayscale: #D8D8D8. Windows color (decimal): -1714739 or 13489637. OLE color: 13489637.

HSL color Cylindrical-coordinate representation of color #E5D5CD: hue angle of 20º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5D5CD is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 213 205 -
CMYK 0 0.07 0.10 0.10
HSL 20º 0.32% 0.85% -
HSV(B) 20º 0.1% 0.9% -
XYZ 67.13 68.65 67.47 -
YUV 216.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 229 213 205 0 0.07 0.10 0.10 20 0.32 0.85
Hex E5 D5 CD 0 7 A A 14 20 55
Octal 345 325 315 0 7 12 12 24 40 125
Binary 11100101 11010101 11001101 0 111 1010 1010 10100 100000 1010101

Color Harmonies of #E5D5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D5CD

Black with #E5D5CD

Text Example


Text Example

White with #E5D5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D5CD; }

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

 H1.HeaderClassName
 {
   color: #E5D5CD;
 }
 .AnyTagClassName
 {
   color: #E5D5CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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