Html Css Color HEX #E8D6CA Dawn Pink

📋 copy color: '#E8D6CA'

red 232 ◦ green 214 ◦ blue 202

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

Shades of Dawn Pink #E8D6CA

Tints of Dawn Pink #E8D6CA

RGB

 RED value IS 232 (91.02% from 255) = 35.8%

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

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

R = 35.8%
G = 33.02%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E8D6CA (or 0xE8D6CA) is known color: Dawn Pink. HEX triplet: E8, D6 and CA. RGB value is (232,214,202). Sum of RGB (Red+Green+Blue) = 232+214+202=648 (85% of max value = 765). Red value is 232 (91.02% from 255 or 35.80% from 648); Green value is 214 (83.98% from 255 or 33.02% from 648); Blue value is 202 (79.30% from 255 or 31.17% from 648); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E8D6CA is #172935. Grayscale: #DADADA. Windows color (decimal): -1517878 or 13293288. OLE color: 13293288.

HSL color Cylindrical-coordinate representation of color #E8D6CA: hue angle of 24º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E8D6CA is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 214 202 -
CMYK 0 0.08 0.13 0.09
HSL 24º 0.39% 0.85% -
HSV(B) 24º 0.13% 0.91% -
XYZ 67.99 69.51 65.71 -
YUV 218.01 118.96 137.98 -
System Red Green Blue C M Y K H S L
Decimal 232 214 202 0 0.08 0.13 0.09 24 0.39 0.85
Hex E8 D6 CA 0 8 D 9 18 27 55
Octal 350 326 312 0 10 15 11 30 47 125
Binary 11101000 11010110 11001010 0 1000 1101 1001 11000 100111 1010101

Color Harmonies of #E8D6CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D6CA

Black with #E8D6CA

Text Example


Text Example

White with #E8D6CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D6CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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