Html Css Color HEX #E5D5CA Dawn Pink

📋 copy color: '#E5D5CA'

red 229 ◦ green 213 ◦ blue 202

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

Shades of Dawn Pink #E5D5CA

Tints of Dawn Pink #E5D5CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 31.37%

R = 35.56%
G = 33.07%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E5D5CA (or 0xE5D5CA) is known color: Dawn Pink. HEX triplet: E5, D5 and CA. RGB value is (229,213,202). Sum of RGB (Red+Green+Blue) = 229+213+202=644 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.56% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 202 (79.30% from 255 or 31.37% from 644); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D5CA is #1A2A35. Grayscale: #D8D8D8. Windows color (decimal): -1714742 or 13293029. OLE color: 13293029.

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

Color convert

RGB 229 213 202 -
CMYK 0 0.07 0.12 0.10
HSL 24.44º 0.34% 0.85% -
HSV(B) 24.44º 0.12% 0.9% -
XYZ 66.77 68.51 65.58 -
YUV 216.53 119.8 136.89 -
System Red Green Blue C M Y K H S L
Decimal 229 213 202 0 0.07 0.12 0.10 24.44 0.34 0.85
Hex E5 D5 CA 0 7 C A 18 22 55
Octal 345 325 312 0 7 14 12 30 42 125
Binary 11100101 11010101 11001010 0 111 1100 1010 11000 100010 1010101

Color Harmonies of #E5D5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D5CA

Black with #E5D5CA

Text Example


Text Example

White with #E5D5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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