Html Css Color HEX #E2D6CF Dawn Pink

📋 copy color: '#E2D6CF'

red 226 ◦ green 214 ◦ blue 207

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

Shades of Dawn Pink #E2D6CF

Tints of Dawn Pink #E2D6CF

RGB

 RED value IS 226 (88.67% from 255) = 34.93%

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

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

R = 34.93%
G = 33.08%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E2D6CF (or 0xE2D6CF) is known color: Dawn Pink. HEX triplet: E2, D6 and CF. RGB value is (226,214,207). Sum of RGB (Red+Green+Blue) = 226+214+207=647 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.93% from 647); Green value is 214 (83.98% from 255 or 33.08% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D6CF is #1D2930. Grayscale: #D8D8D8. Windows color (decimal): -1911089 or 13620962. OLE color: 13620962.

HSL color Cylindrical-coordinate representation of color #E2D6CF: hue angle of 22.11º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E2D6CF is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 214 207 -
CMYK 0 0.05 0.08 0.11
HSL 22.11º 0.25% 0.85% -
HSV(B) 22.11º 0.08% 0.89% -
XYZ 66.67 68.77 68.79 -
YUV 216.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 226 214 207 0 0.05 0.08 0.11 22.11 0.25 0.85
Hex E2 D6 CF 0 5 8 B 16 19 55
Octal 342 326 317 0 5 10 13 26 31 125
Binary 11100010 11010110 11001111 0 101 1000 1011 10110 11001 1010101

Color Harmonies of #E2D6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D6CF

Black with #E2D6CF

Text Example


Text Example

White with #E2D6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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