#EBD8CD

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

Shades of Dawn Pink #EBD8CD

Tints of Dawn Pink #EBD8CD

Color information

#EBD8CD (or 0xEBD8CD) is unknown color: approx Dawn Pink. HEX triplet: EB, D8 and CD. RGB value is (235,216,205). Sum of RGB (Red+Green+Blue) = 235+216+205=656 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.82% from 656); Green value is 216 (84.77% from 255 or 32.93% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8CD is #142732. Grayscale: #DCDCDC. Windows color (decimal): -1320755 or 13490411. OLE color: 13490411.

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

Color convert

RGB235216205-
CMYK00.080.130.08
HSL22º42.86%86.27%-
HSV(B)22º12.77%92.16%-
XYZ69.8471.1867.82-
YUV220.43119.29138.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.82%
GREEN value IS 216 (84.77% from 255) = 32.93%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=35.82%
G=32.93%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521620500.080.130.082242.8686.27
HexEBD8CD08D8162b56
Octal35333031501015102653126
Binary1110101111011000110011010100011011000101101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8CD; }

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

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

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

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

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

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

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

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