Html Css Color HEX #E5D6CA Dawn Pink

📋 copy color: '#E5D6CA'

red 229 ◦ green 214 ◦ blue 202

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

Shades of Dawn Pink #E5D6CA

Tints of Dawn Pink #E5D6CA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 33.18%

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

R = 35.5%
G = 33.18%
B = 31.32%

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

#E5D6CA (or 0xE5D6CA) is known color: Dawn Pink. HEX triplet: E5, D6 and CA. RGB value is (229,214,202). Sum of RGB (Red+Green+Blue) = 229+214+202=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 214 (83.98% from 255 or 33.18% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D6CA is #1A2935. Grayscale: #D9D9D9. Windows color (decimal): -1714486 or 13293285. OLE color: 13293285.

HSL color Cylindrical-coordinate representation of color #E5D6CA: hue angle of 26.67º 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 #E5D6CA is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 214 202 -
CMYK 0 0.07 0.12 0.10
HSL 26.67º 0.34% 0.85% -
HSV(B) 26.67º 0.12% 0.9% -
XYZ 67.02 69.02 65.67 -
YUV 217.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 229 214 202 0 0.07 0.12 0.10 26.67 0.34 0.85
Hex E5 D6 CA 0 7 C A 1B 22 55
Octal 345 326 312 0 7 14 12 33 42 125
Binary 11100101 11010110 11001010 0 111 1100 1010 11011 100010 1010101

Color Harmonies of #E5D6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5D6CA

Black with #E5D6CA

Text Example


Text Example

White with #E5D6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5D6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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