#EBDCD0

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

Shades of Dawn Pink #EBDCD0

Tints of Dawn Pink #EBDCD0

Color information

#EBDCD0 (or 0xEBDCD0) is unknown color: approx Dawn Pink. HEX triplet: EB, DC and D0. RGB value is (235,220,208). Sum of RGB (Red+Green+Blue) = 235+220+208=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD0 is #14232F. Grayscale: #DFDFDF. Windows color (decimal): -1319728 or 13688043. OLE color: 13688043.

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

Color convert

RGB235220208-
CMYK00.060.110.08
HSL26.67º40.3%86.86%-
HSV(B)26.67º11.49%92.16%-
XYZ71.2473.470.09-
YUV223.12119.47136.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 220 (86.33% from 255) = 33.18%
BLUE value IS 208 (81.64% from 255) = 31.37%
R=35.44%
G=33.18%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522020800.060.110.0826.6740.386.86
HexEBDCD006B81b2857
Octal3533343200613103350127
Binary111010111101110011010000011010111000110111010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCD0; }

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

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

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

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

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

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

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

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