#EBDAD0

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

Shades of Dawn Pink #EBDAD0

Tints of Dawn Pink #EBDAD0

Color information

#EBDAD0 (or 0xEBDAD0) is unknown color: approx Dawn Pink. HEX triplet: EB, DA and D0. RGB value is (235,218,208). Sum of RGB (Red+Green+Blue) = 235+218+208=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAD0 is #14252F. Grayscale: #DEDEDE. Windows color (decimal): -1320240 or 13687531. OLE color: 13687531.

HSL color Cylindrical-coordinate representation of color #EBDAD0: hue angle of 22.22º degrees, saturation: 0.4, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBDAD0 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB235218208-
CMYK00.070.110.08
HSL22.22º40.3%86.86%-
HSV(B)22.22º11.49%92.16%-
XYZ70.7272.3669.91-
YUV221.94120.13137.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 218 (85.55% from 255) = 32.98%
BLUE value IS 208 (81.64% from 255) = 31.47%
R=35.55%
G=32.98%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521820800.070.110.0822.2240.386.86
HexEBDAD007B8162857
Octal3533323200713102650127
Binary111010111101101011010000011110111000101101010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAD0; }

 p { color: rgb(235,218,208); }

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

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

 a { background-color: rgb(235,218,208); }

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

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

 span { border-color: rgb(235,218,208); }

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