Html Css Color HEX #E7D6CF Dawn Pink

📋 copy color: '#E7D6CF'

red 231 ◦ green 214 ◦ blue 207

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

Shades of Dawn Pink #E7D6CF

Tints of Dawn Pink #E7D6CF

RGB

 RED value IS 231 (90.63% from 255) = 35.43%

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

 BLUE value IS 207 (81.25% from 255) = 31.75%

R = 35.43%
G = 32.82%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E7D6CF (or 0xE7D6CF) is known color: Dawn Pink. HEX triplet: E7, D6 and CF. RGB value is (231,214,207). Sum of RGB (Red+Green+Blue) = 231+214+207=652 (86% of max value = 765). Red value is 231 (90.62% from 255 or 35.43% from 652); Green value is 214 (83.98% from 255 or 32.82% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D6CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D6CF is #182930. Grayscale: #DADADA. Windows color (decimal): -1583409 or 13620967. OLE color: 13620967.

HSL color Cylindrical-coordinate representation of color #E7D6CF: hue angle of 17.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D6CF is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 214 207 -
CMYK 0 0.07 0.10 0.09
HSL 17.5º 0.33% 0.86% -
HSV(B) 17.5º 0.1% 0.91% -
XYZ 68.26 69.59 68.87 -
YUV 218.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 231 214 207 0 0.07 0.10 0.09 17.5 0.33 0.86
Hex E7 D6 CF 0 7 A 9 12 21 56
Octal 347 326 317 0 7 12 11 22 41 126
Binary 11100111 11010110 11001111 0 111 1010 1001 10010 100001 1010110

Color Harmonies of #E7D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D6CF

Black with #E7D6CF

Text Example


Text Example

White with #E7D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D6CF; }

 p { color: rgb(231,214,207); }

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

background-color css

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

 a { background-color: rgb(231,214,207); }

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

border-color css

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

 span { border-color: rgb(231,214,207); }

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