#EBD9CB

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

Shades of Dawn Pink #EBD9CB

Tints of Dawn Pink #EBD9CB

Color information

#EBD9CB (or 0xEBD9CB) is unknown color: approx Dawn Pink. HEX triplet: EB, D9 and CB. RGB value is (235,217,203). Sum of RGB (Red+Green+Blue) = 235+217+203=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 203 (79.69% from 255 or 30.99% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9CB is #142634. Grayscale: #DCDCDC. Windows color (decimal): -1320501 or 13359595. OLE color: 13359595.

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

Color convert

RGB235217203-
CMYK00.080.140.08
HSL26.25º44.44%85.88%-
HSV(B)26.25º13.62%92.16%-
XYZ69.8571.666.64-
YUV220.79117.96138.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 217 (85.16% from 255) = 33.13%
BLUE value IS 203 (79.69% from 255) = 30.99%
R=35.88%
G=33.13%
B=30.99%

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
Decimal23521720300.080.140.0826.2544.4485.88
HexEBD9CB08E81a2c56
Octal35333131301016103254126
Binary1110101111011001110010110100011101000110101011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9CB; }

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

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

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

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

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

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

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

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