#EBDACE

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

Shades of Dawn Pink #EBDACE

Tints of Dawn Pink #EBDACE

Color information

#EBDACE (or 0xEBDACE) is unknown color: approx Dawn Pink. HEX triplet: EB, DA and CE. RGB value is (235,218,206). Sum of RGB (Red+Green+Blue) = 235+218+206=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDACE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDACE is #142531. Grayscale: #DDDDDD. Windows color (decimal): -1320242 or 13556459. OLE color: 13556459.

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

Color convert

RGB235218206-
CMYK00.070.120.08
HSL24.83º42.03%86.47%-
HSV(B)24.83º12.34%92.16%-
XYZ70.4772.2668.63-
YUV221.72119.13137.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 218 (85.55% from 255) = 33.08%
BLUE value IS 206 (80.86% from 255) = 31.26%
R=35.66%
G=33.08%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521820600.070.120.0824.8342.0386.47
HexEBDACE07C8192a56
Octal3533323160714103152126
Binary111010111101101011001110011111001000110011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDACE; }

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

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

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

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

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

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

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

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