Html Css Color HEX #E6D9CF Dawn Pink

📋 copy color: '#E6D9CF'

red 230 ◦ green 217 ◦ blue 207

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

Shades of Dawn Pink #E6D9CF

Tints of Dawn Pink #E6D9CF

RGB

 RED value IS 230 (90.23% from 255) = 35.17%

 GREEN value IS 217 (85.16% from 255) = 33.18%

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

R = 35.17%
G = 33.18%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E6D9CF (or 0xE6D9CF) is known color: Dawn Pink. HEX triplet: E6, D9 and CF. RGB value is (230,217,207). Sum of RGB (Red+Green+Blue) = 230+217+207=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D9CF is #192630. Grayscale: #DBDBDB. Windows color (decimal): -1648177 or 13621734. OLE color: 13621734.

HSL color Cylindrical-coordinate representation of color #E6D9CF: hue angle of 26.09º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6D9CF is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 217 207 -
CMYK 0 0.06 0.10 0.10
HSL 26.09º 0.32% 0.86% -
HSV(B) 26.09º 0.1% 0.9% -
XYZ 68.71 70.95 69.11 -
YUV 219.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 230 217 207 0 0.06 0.10 0.10 26.09 0.32 0.86
Hex E6 D9 CF 0 6 A A 1A 20 56
Octal 346 331 317 0 6 12 12 32 40 126
Binary 11100110 11011001 11001111 0 110 1010 1010 11010 100000 1010110

Color Harmonies of #E6D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D9CF

Black with #E6D9CF

Text Example


Text Example

White with #E6D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D9CF; }

 p { color: rgb(230,217,207); }

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

background-color css

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

 a { background-color: rgb(230,217,207); }

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

border-color css

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

 span { border-color: rgb(230,217,207); }

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