Html Css Color HEX #EAD8CA Dawn Pink

📋 copy color: '#EAD8CA'

red 234 ◦ green 216 ◦ blue 202

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

Shades of Dawn Pink #EAD8CA

Tints of Dawn Pink #EAD8CA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.13%

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

R = 35.89%
G = 33.13%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EAD8CA (or 0xEAD8CA) is known color: Dawn Pink. HEX triplet: EA, D8 and CA. RGB value is (234,216,202). Sum of RGB (Red+Green+Blue) = 234+216+202=652 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.89% from 652); Green value is 216 (84.77% from 255 or 33.13% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD8CA is #152735. Grayscale: #DBDBDB. Windows color (decimal): -1386294 or 13293802. OLE color: 13293802.

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

Color convert

RGB 234 216 202 -
CMYK 0 0.08 0.14 0.08
HSL 26.25º 0.43% 0.85% -
HSV(B) 26.25º 0.14% 0.92% -
XYZ 69.15 70.87 65.91 -
YUV 219.79 117.96 138.14 -
System Red Green Blue C M Y K H S L
Decimal 234 216 202 0 0.08 0.14 0.08 26.25 0.43 0.85
Hex EA D8 CA 0 8 E 8 1A 2B 55
Octal 352 330 312 0 10 16 10 32 53 125
Binary 11101010 11011000 11001010 0 1000 1110 1000 11010 101011 1010101

Color Harmonies of #EAD8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD8CA

Black with #EAD8CA

Text Example


Text Example

White with #EAD8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD8CA; }

 p { color: rgb(234,216,202); }

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

background-color css

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

 a { background-color: rgb(234,216,202); }

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

border-color css

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

 span { border-color: rgb(234,216,202); }

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