#EBDACF

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

Shades of Dawn Pink #EBDACF

Tints of Dawn Pink #EBDACF

Color information

#EBDACF (or 0xEBDACF) is unknown color: approx Dawn Pink. HEX triplet: EB, DA and CF. RGB value is (235,218,207). Sum of RGB (Red+Green+Blue) = 235+218+207=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 207 (81.25% from 255 or 31.36% from 660); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDACF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDACF is #142530. Grayscale: #DDDDDD. Windows color (decimal): -1320241 or 13621995. OLE color: 13621995.

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

Color convert

RGB235218207-
CMYK00.070.120.08
HSL23.57º41.18%86.67%-
HSV(B)23.57º11.91%92.16%-
XYZ70.5972.3169.27-
YUV221.83119.63137.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 218 (85.55% from 255) = 33.03%
BLUE value IS 207 (81.25% from 255) = 31.36%
R=35.61%
G=33.03%
B=31.36%

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
Decimal23521820700.070.120.0823.5741.1886.67
HexEBDACF07C8182957
Octal3533323170714103051127
Binary111010111101101011001111011111001000110001010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDACF; }

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

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

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

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

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

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

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

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