#EBD9CF

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

Shades of Dawn Pink #EBD9CF

Tints of Dawn Pink #EBD9CF

Color information

#EBD9CF (or 0xEBD9CF) is unknown color: approx Dawn Pink. HEX triplet: EB, D9 and CF. RGB value is (235,217,207). Sum of RGB (Red+Green+Blue) = 235+217+207=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9CF is #142630. Grayscale: #DDDDDD. Windows color (decimal): -1320497 or 13621739. OLE color: 13621739.

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

Color convert

RGB235217207-
CMYK00.080.120.08
HSL21.43º41.18%86.67%-
HSV(B)21.43º11.91%92.16%-
XYZ70.3471.7969.18-
YUV221.24119.96137.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 217 (85.16% from 255) = 32.93%
BLUE value IS 207 (81.25% from 255) = 31.41%
R=35.66%
G=32.93%
B=31.41%

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
Decimal23521720700.080.120.0821.4341.1886.67
HexEBD9CF08C8152957
Octal35333131701014102551127
Binary1110101111011001110011110100011001000101011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9CF; }

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

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

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

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

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

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

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

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