Html Css Color HEX #EAD7CE Dawn Pink

📋 copy color: '#EAD7CE'

red 234 ◦ green 215 ◦ blue 206

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

Shades of Dawn Pink #EAD7CE

Tints of Dawn Pink #EAD7CE

RGB

 RED value IS 234 (91.8% from 255) = 35.73%

 GREEN value IS 215 (84.38% from 255) = 32.82%

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

R = 35.73%
G = 32.82%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EAD7CE (or 0xEAD7CE) is known color: Dawn Pink. HEX triplet: EA, D7 and CE. RGB value is (234,215,206). Sum of RGB (Red+Green+Blue) = 234+215+206=655 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.73% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD7CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD7CE is #152831. Grayscale: #DBDBDB. Windows color (decimal): -1386546 or 13555690. OLE color: 13555690.

HSL color Cylindrical-coordinate representation of color #EAD7CE: hue angle of 19.29º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EAD7CE is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 215 206 -
CMYK 0 0.08 0.12 0.08
HSL 19.29º 0.4% 0.86% -
HSV(B) 19.29º 0.12% 0.92% -
XYZ 69.37 70.55 68.35 -
YUV 219.66 120.29 138.23 -
System Red Green Blue C M Y K H S L
Decimal 234 215 206 0 0.08 0.12 0.08 19.29 0.4 0.86
Hex EA D7 CE 0 8 C 8 13 28 56
Octal 352 327 316 0 10 14 10 23 50 126
Binary 11101010 11010111 11001110 0 1000 1100 1000 10011 101000 1010110

Color Harmonies of #EAD7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD7CE

Black with #EAD7CE

Text Example


Text Example

White with #EAD7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD7CE; }

 p { color: rgb(234,215,206); }

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

background-color css

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

 a { background-color: rgb(234,215,206); }

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

border-color css

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

 span { border-color: rgb(234,215,206); }

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