#EBDACD

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

Shades of Dawn Pink #EBDACD

Tints of Dawn Pink #EBDACD

Color information

#EBDACD (or 0xEBDACD) is unknown color: approx Dawn Pink. HEX triplet: EB, DA and CD. RGB value is (235,218,205). Sum of RGB (Red+Green+Blue) = 235+218+205=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDACD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDACD is #142532. Grayscale: #DDDDDD. Windows color (decimal): -1320243 or 13490923. OLE color: 13490923.

HSL color Cylindrical-coordinate representation of color #EBDACD: hue angle of 26º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBDACD is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235218205-
CMYK00.070.130.08
HSL26º42.86%86.27%-
HSV(B)26º12.77%92.16%-
XYZ70.3572.2167.99-
YUV221.6118.63137.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 218 (85.55% from 255) = 33.13%
BLUE value IS 205 (80.47% from 255) = 31.16%
R=35.71%
G=33.13%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521820500.070.130.082642.8686.27
HexEBDACD07D81a2b56
Octal3533323150715103253126
Binary111010111101101011001101011111011000110101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDACD; }

 p { color: rgb(235,218,205); }

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

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

 a { background-color: rgb(235,218,205); }

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

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

 span { border-color: rgb(235,218,205); }

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