#EBD8CA

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

Shades of Dawn Pink #EBD8CA

Tints of Dawn Pink #EBD8CA

Color information

#EBD8CA (or 0xEBD8CA) is unknown color: approx Dawn Pink. HEX triplet: EB, D8 and CA. RGB value is (235,216,202). Sum of RGB (Red+Green+Blue) = 235+216+202=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8CA is #142735. Grayscale: #DCDCDC. Windows color (decimal): -1320758 or 13293803. OLE color: 13293803.

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

Color convert

RGB235216202-
CMYK00.080.140.08
HSL25.45º45.21%85.69%-
HSV(B)25.45º14.04%92.16%-
XYZ69.4871.0465.93-
YUV220.08117.79138.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 216 (84.77% from 255) = 33.08%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=35.99%
G=33.08%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521620200.080.140.0825.4545.2185.69
HexEBD8CA08E8192d56
Octal35333031201016103155126
Binary1110101111011000110010100100011101000110011011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8CA; }

 p { color: rgb(235,216,202); }

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

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

 a { background-color: rgb(235,216,202); }

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

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

 span { border-color: rgb(235,216,202); }

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