Html Css Color HEX #EAD6CA Dawn Pink

📋 copy color: '#EAD6CA'

red 234 ◦ green 214 ◦ blue 202

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

Shades of Dawn Pink #EAD6CA

Tints of Dawn Pink #EAD6CA

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.92%

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

R = 36%
G = 32.92%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EAD6CA (or 0xEAD6CA) is known color: Dawn Pink. HEX triplet: EA, D6 and CA. RGB value is (234,214,202). Sum of RGB (Red+Green+Blue) = 234+214+202=650 (86% of max value = 765). Red value is 234 (91.80% from 255 or 36% from 650); Green value is 214 (83.98% from 255 or 32.92% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EAD6CA is #152935. Grayscale: #DADADA. Windows color (decimal): -1386806 or 13293290. OLE color: 13293290.

HSL color Cylindrical-coordinate representation of color #EAD6CA: hue angle of 22.5º 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 #EAD6CA is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 214 202 -
CMYK 0 0.09 0.14 0.08
HSL 22.5º 0.43% 0.85% -
HSV(B) 22.5º 0.14% 0.92% -
XYZ 68.64 69.85 65.74 -
YUV 218.61 118.63 138.98 -
System Red Green Blue C M Y K H S L
Decimal 234 214 202 0 0.09 0.14 0.08 22.5 0.43 0.85
Hex EA D6 CA 0 9 E 8 16 2B 55
Octal 352 326 312 0 11 16 10 26 53 125
Binary 11101010 11010110 11001010 0 1001 1110 1000 10110 101011 1010101

Color Harmonies of #EAD6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD6CA

Black with #EAD6CA

Text Example


Text Example

White with #EAD6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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