#E6DAD1

Color #E6DAD1 Dawn Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dawn Pink #E6DAD1

Tints of Dawn Pink #E6DAD1

Color information

#E6DAD1 (or 0xE6DAD1) is unknown color: approx Dawn Pink. HEX triplet: E6, DA and D1. RGB value is (230,218,209). Sum of RGB (Red+Green+Blue) = 230+218+209=657 (87% of max value = 765). Red value is 230 (90.23% from 255 or 35.01% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 209 (82.03% from 255 or 31.81% from 657); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DAD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DAD1 is #19252E. Grayscale: #DCDCDC. Windows color (decimal): -1647919 or 13753062. OLE color: 13753062.

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

Color convert

RGB230218209-
CMYK00.050.090.10
HSL25.71º29.58%86.08%-
HSV(B)25.71º9.13%90.2%-
XYZ69.2171.5770.49-
YUV220.56121.48134.73-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.01%
GREEN value IS 218 (85.55% from 255) = 33.18%
BLUE value IS 209 (82.03% from 255) = 31.81%
R=35.01%
G=33.18%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021820900.050.090.1025.7129.5886.08
HexE6DAD1059A1a1e56
Octal3463323210511123236126
Binary11100110110110101101000101011001101011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DAD1; }

 p { color: rgb(230,218,209); }

 H1.HeaderClassName
 {
   color: #E6DAD1;
 }
 .AnyTagClassName
 {
   color: #E6DAD1;
 }
</style>
background-color css

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

 a { background-color: rgb(230,218,209); }

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

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

 span { border-color: rgb(230,218,209); }

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