#EBD8CF

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

Shades of Dawn Pink #EBD8CF

Tints of Dawn Pink #EBD8CF

Color information

#EBD8CF (or 0xEBD8CF) is unknown color: approx Dawn Pink. HEX triplet: EB, D8 and CF. RGB value is (235,216,207). Sum of RGB (Red+Green+Blue) = 235+216+207=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 207 (81.25% from 255 or 31.46% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8CF is #142730. Grayscale: #DCDCDC. Windows color (decimal): -1320753 or 13621483. OLE color: 13621483.

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

Color convert

RGB235216207-
CMYK00.080.120.08
HSL19.29º41.18%86.67%-
HSV(B)19.29º11.91%92.16%-
XYZ70.0871.2869.1-
YUV220.66120.29138.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.71%
GREEN value IS 216 (84.77% from 255) = 32.83%
BLUE value IS 207 (81.25% from 255) = 31.46%
R=35.71%
G=32.83%
B=31.46%

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
Decimal23521620700.080.120.0819.2941.1886.67
HexEBD8CF08C8132957
Octal35333031701014102351127
Binary1110101111011000110011110100011001000100111010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8CF; }

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

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

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

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

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

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

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

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