#EBD8CC

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

Shades of Dawn Pink #EBD8CC

Tints of Dawn Pink #EBD8CC

Color information

#EBD8CC (or 0xEBD8CC) is unknown color: approx Dawn Pink. HEX triplet: EB, D8 and CC. RGB value is (235,216,204). Sum of RGB (Red+Green+Blue) = 235+216+204=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 216 (84.77% from 255 or 32.98% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8CC is #142733. Grayscale: #DCDCDC. Windows color (decimal): -1320756 or 13424875. OLE color: 13424875.

HSL color Cylindrical-coordinate representation of color #EBD8CC: hue angle of 23.23º degrees, saturation: 0.44, 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 #EBD8CC is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235216204-
CMYK00.080.130.08
HSL23.23º43.66%86.08%-
HSV(B)23.23º13.19%92.16%-
XYZ69.7271.1367.18-
YUV220.31118.79138.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 216 (84.77% from 255) = 32.98%
BLUE value IS 204 (80.08% from 255) = 31.15%
R=35.88%
G=32.98%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521620400.080.130.0823.2343.6686.08
HexEBD8CC08D8172c56
Octal35333031401015102754126
Binary1110101111011000110011000100011011000101111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8CC; }

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

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

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

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

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

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

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

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