#EBD7CD

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

Shades of Dawn Pink #EBD7CD

Tints of Dawn Pink #EBD7CD

Color information

#EBD7CD (or 0xEBD7CD) is unknown color: approx Dawn Pink. HEX triplet: EB, D7 and CD. RGB value is (235,215,205). Sum of RGB (Red+Green+Blue) = 235+215+205=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 205 (80.47% from 255 or 31.30% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7CD is #142832. Grayscale: #DBDBDB. Windows color (decimal): -1321011 or 13490155. OLE color: 13490155.

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

Color convert

RGB235215205-
CMYK00.090.130.08
HSL20º42.86%86.27%-
HSV(B)20º12.77%92.16%-
XYZ69.5870.6767.73-
YUV219.84119.63138.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 215 (84.38% from 255) = 32.82%
BLUE value IS 205 (80.47% from 255) = 31.30%
R=35.88%
G=32.82%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521520500.090.130.082042.8686.27
HexEBD7CD09D8142b56
Octal35332731501115102453126
Binary1110101111010111110011010100111011000101001010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7CD; }

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

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

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

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

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

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

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

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