#E6D5CC

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

Shades of Dawn Pink #E6D5CC

Tints of Dawn Pink #E6D5CC

Color information

#E6D5CC (or 0xE6D5CC) is unknown color: approx Dawn Pink. HEX triplet: E6, D5 and CC. RGB value is (230,213,204). Sum of RGB (Red+Green+Blue) = 230+213+204=647 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.55% from 647); Green value is 213 (83.59% from 255 or 32.92% from 647); Blue value is 204 (80.08% from 255 or 31.53% from 647); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D5CC is #192A33. Grayscale: #D9D9D9. Windows color (decimal): -1649204 or 13424102. OLE color: 13424102.

HSL color Cylindrical-coordinate representation of color #E6D5CC: hue angle of 20.77º degrees, saturation: 0.34, 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 #E6D5CC is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230213204-
CMYK00.070.110.10
HSL20.77º34.21%85.1%-
HSV(B)20.77º11.3%90.2%-
XYZ67.3368.7766.85-
YUV217.06120.63137.23-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.55%
GREEN value IS 213 (83.59% from 255) = 32.92%
BLUE value IS 204 (80.08% from 255) = 31.53%
R=35.55%
G=32.92%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021320400.070.110.1020.7734.2185.1
HexE6D5CC07BA152255
Octal3463253140713122542125
Binary111001101101010111001100011110111010101011000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D5CC; }

 p { color: rgb(230,213,204); }

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

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

 a { background-color: rgb(230,213,204); }

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

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

 span { border-color: rgb(230,213,204); }

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