#E6D9CD

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

Shades of Dawn Pink #E6D9CD

Tints of Dawn Pink #E6D9CD

Color information

#E6D9CD (or 0xE6D9CD) is unknown color: approx Dawn Pink. HEX triplet: E6, D9 and CD. RGB value is (230,217,205). Sum of RGB (Red+Green+Blue) = 230+217+205=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 217 (85.16% from 255 or 33.28% from 652); Blue value is 205 (80.47% from 255 or 31.44% from 652); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D9CD is #192632. Grayscale: #DBDBDB. Windows color (decimal): -1648179 or 13490662. OLE color: 13490662.

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

Color convert

RGB230217205-
CMYK00.060.110.10
HSL28.8º33.33%85.29%-
HSV(B)28.8º10.87%90.2%-
XYZ68.4770.8667.83-
YUV219.52119.81135.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.28%
GREEN value IS 217 (85.16% from 255) = 33.28%
BLUE value IS 205 (80.47% from 255) = 31.44%
R=35.28%
G=33.28%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021720500.060.110.1028.833.3385.29
HexE6D9CD06BA1d2155
Octal3463313150613123541125
Binary111001101101100111001101011010111010111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D9CD; }

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

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

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

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

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

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

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

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