Html Css Color HEX #E1D3CC Dawn Pink

📋 copy color: '#E1D3CC'

red 225 ◦ green 211 ◦ blue 204

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

Shades of Dawn Pink #E1D3CC

Tints of Dawn Pink #E1D3CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.88%

R = 35.16%
G = 32.97%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E1D3CC (or 0xE1D3CC) is known color: Dawn Pink. HEX triplet: E1, D3 and CC. RGB value is (225,211,204). Sum of RGB (Red+Green+Blue) = 225+211+204=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 211 (82.81% from 255 or 32.97% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3CC is #1E2C33. Grayscale: #D6D6D6. Windows color (decimal): -1977396 or 13423585. OLE color: 13423585.

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

Color convert

RGB 225 211 204 -
CMYK 0 0.06 0.09 0.12
HSL 20º 0.26% 0.84% -
HSV(B) 20º 0.09% 0.88% -
XYZ 65.24 66.96 66.61 -
YUV 214.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 225 211 204 0 0.06 0.09 0.12 20 0.26 0.84
Hex E1 D3 CC 0 6 9 C 14 1A 54
Octal 341 323 314 0 6 11 14 24 32 124
Binary 11100001 11010011 11001100 0 110 1001 1100 10100 11010 1010100

Color Harmonies of #E1D3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D3CC

Black with #E1D3CC

Text Example


Text Example

White with #E1D3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D3CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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