#EBDCD1

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

Shades of Dawn Pink #EBDCD1

Tints of Dawn Pink #EBDCD1

Color information

#EBDCD1 (or 0xEBDCD1) is unknown color: approx Dawn Pink. HEX triplet: EB, DC and D1. RGB value is (235,220,209). Sum of RGB (Red+Green+Blue) = 235+220+209=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD1 is #14232E. Grayscale: #DFDFDF. Windows color (decimal): -1319727 or 13753579. OLE color: 13753579.

HSL color Cylindrical-coordinate representation of color #EBDCD1: hue angle of 25.38º degrees, saturation: 0.39, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBDCD1 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235220209-
CMYK00.060.110.08
HSL25.38º39.39%87.06%-
HSV(B)25.38º11.06%92.16%-
XYZ71.3673.4570.74-
YUV223.23119.97136.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.39%
GREEN value IS 220 (86.33% from 255) = 33.13%
BLUE value IS 209 (82.03% from 255) = 31.48%
R=35.39%
G=33.13%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522020900.060.110.0825.3839.3987.06
HexEBDCD106B8192757
Octal3533343210613103147127
Binary111010111101110011010001011010111000110011001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCD1; }

 p { color: rgb(235,220,209); }

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

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

 a { background-color: rgb(235,220,209); }

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

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

 span { border-color: rgb(235,220,209); }

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