#EBD8CB

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

Shades of Dawn Pink #EBD8CB

Tints of Dawn Pink #EBD8CB

Color information

#EBD8CB (or 0xEBD8CB) is unknown color: approx Dawn Pink. HEX triplet: EB, D8 and CB. RGB value is (235,216,203). Sum of RGB (Red+Green+Blue) = 235+216+203=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 203 (79.69% from 255 or 31.04% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8CB is #142734. Grayscale: #DCDCDC. Windows color (decimal): -1320757 or 13359339. OLE color: 13359339.

HSL color Cylindrical-coordinate representation of color #EBD8CB: hue angle of 24.38º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBD8CB is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235216203-
CMYK00.080.140.08
HSL24.38º44.44%85.88%-
HSV(B)24.38º13.62%92.16%-
XYZ69.671.0966.55-
YUV220.2118.29138.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 216 (84.77% from 255) = 33.03%
BLUE value IS 203 (79.69% from 255) = 31.04%
R=35.93%
G=33.03%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521620300.080.140.0824.3844.4485.88
HexEBD8CB08E8182c56
Octal35333031301016103054126
Binary1110101111011000110010110100011101000110001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8CB; }

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

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

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

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

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

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

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

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