Html Css Color HEX #E1D4CE Dawn Pink

📋 copy color: '#E1D4CE'

red 225 ◦ green 212 ◦ blue 206

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

Shades of Dawn Pink #E1D4CE

Tints of Dawn Pink #E1D4CE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.97%

 BLUE value IS 206 (80.86% from 255) = 32.04%

R = 34.99%
G = 32.97%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E1D4CE (or 0xE1D4CE) is known color: Dawn Pink. HEX triplet: E1, D4 and CE. RGB value is (225,212,206). Sum of RGB (Red+Green+Blue) = 225+212+206=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 206 (80.86% from 255 or 32.04% from 643); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D4CE is #1E2B31. Grayscale: #D7D7D7. Windows color (decimal): -1977138 or 13554913. OLE color: 13554913.

HSL color Cylindrical-coordinate representation of color #E1D4CE: hue angle of 18.95º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E1D4CE is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 212 206 -
CMYK 0 0.06 0.08 0.12
HSL 18.95º 0.24% 0.85% -
HSV(B) 18.95º 0.08% 0.88% -
XYZ 65.74 67.55 67.97 -
YUV 215.2 122.81 134.99 -
System Red Green Blue C M Y K H S L
Decimal 225 212 206 0 0.06 0.08 0.12 18.95 0.24 0.85
Hex E1 D4 CE 0 6 8 C 13 18 55
Octal 341 324 316 0 6 10 14 23 30 125
Binary 11100001 11010100 11001110 0 110 1000 1100 10011 11000 1010101

Color Harmonies of #E1D4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D4CE

Black with #E1D4CE

Text Example


Text Example

White with #E1D4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D4CE; }

 p { color: rgb(225,212,206); }

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

background-color css

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

 a { background-color: rgb(225,212,206); }

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

border-color css

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

 span { border-color: rgb(225,212,206); }

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