Html Css Color HEX #E1D3CA Dawn Pink

📋 copy color: '#E1D3CA'

red 225 ◦ green 211 ◦ blue 202

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

Shades of Dawn Pink #E1D3CA

Tints of Dawn Pink #E1D3CA

RGB

 RED value IS 225 (88.28% from 255) = 35.27%

 GREEN value IS 211 (82.81% from 255) = 33.07%

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

R = 35.27%
G = 33.07%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E1D3CA (or 0xE1D3CA) is known color: Dawn Pink. HEX triplet: E1, D3 and CA. RGB value is (225,211,202). Sum of RGB (Red+Green+Blue) = 225+211+202=638 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.27% from 638); Green value is 211 (82.81% from 255 or 33.07% from 638); Blue value is 202 (79.30% from 255 or 31.66% from 638); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3CA is #1E2C35. Grayscale: #D6D6D6. Windows color (decimal): -1977398 or 13292513. OLE color: 13292513.

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

Color convert

RGB 225 211 202 -
CMYK 0 0.06 0.10 0.12
HSL 23.48º 0.28% 0.84% -
HSV(B) 23.48º 0.1% 0.88% -
XYZ 65.01 66.86 65.36 -
YUV 214.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 225 211 202 0 0.06 0.10 0.12 23.48 0.28 0.84
Hex E1 D3 CA 0 6 A C 17 1C 54
Octal 341 323 312 0 6 12 14 27 34 124
Binary 11100001 11010011 11001010 0 110 1010 1100 10111 11100 1010100

Color Harmonies of #E1D3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D3CA

Black with #E1D3CA

Text Example


Text Example

White with #E1D3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D3CA; }

 p { color: rgb(225,211,202); }

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

background-color css

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

 a { background-color: rgb(225,211,202); }

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

border-color css

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

 span { border-color: rgb(225,211,202); }

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