#EBD9CD

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

Shades of Dawn Pink #EBD9CD

Tints of Dawn Pink #EBD9CD

Color information

#EBD9CD (or 0xEBD9CD) is unknown color: approx Dawn Pink. HEX triplet: EB, D9 and CD. RGB value is (235,217,205). Sum of RGB (Red+Green+Blue) = 235+217+205=657 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.77% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 205 (80.47% from 255 or 31.20% from 657); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9CD is #142632. Grayscale: #DDDDDD. Windows color (decimal): -1320499 or 13490667. OLE color: 13490667.

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

Color convert

RGB235217205-
CMYK00.080.130.08
HSL24º42.86%86.27%-
HSV(B)24º12.77%92.16%-
XYZ70.0971.767.9-
YUV221.01118.96137.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.77%
GREEN value IS 217 (85.16% from 255) = 33.03%
BLUE value IS 205 (80.47% from 255) = 31.20%
R=35.77%
G=33.03%
B=31.20%

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
Decimal23521720500.080.130.082442.8686.27
HexEBD9CD08D8182b56
Octal35333131501015103053126
Binary1110101111011001110011010100011011000110001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9CD; }

 p { color: rgb(235,217,205); }

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

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

 a { background-color: rgb(235,217,205); }

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

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

 span { border-color: rgb(235,217,205); }

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