#EBD8CE

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

Shades of Dawn Pink #EBD8CE

Tints of Dawn Pink #EBD8CE

Color information

#EBD8CE (or 0xEBD8CE) is unknown color: approx Dawn Pink. HEX triplet: EB, D8 and CE. RGB value is (235,216,206). Sum of RGB (Red+Green+Blue) = 235+216+206=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8CE is #142731. Grayscale: #DCDCDC. Windows color (decimal): -1320754 or 13555947. OLE color: 13555947.

HSL color Cylindrical-coordinate representation of color #EBD8CE: hue angle of 20.69º 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 #EBD8CE is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235216206-
CMYK00.080.120.08
HSL20.69º42.03%86.47%-
HSV(B)20.69º12.34%92.16%-
XYZ69.9671.2368.45-
YUV220.54119.79138.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 216 (84.77% from 255) = 32.88%
BLUE value IS 206 (80.86% from 255) = 31.35%
R=35.77%
G=32.88%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521620600.080.120.0820.6942.0386.47
HexEBD8CE08C8152a56
Octal35333031601014102552126
Binary1110101111011000110011100100011001000101011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8CE; }

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

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

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

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

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

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

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

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