#EBD7CB

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

Shades of Dawn Pink #EBD7CB

Tints of Dawn Pink #EBD7CB

Color information

#EBD7CB (or 0xEBD7CB) is unknown color: approx Dawn Pink. HEX triplet: EB, D7 and CB. RGB value is (235,215,203). Sum of RGB (Red+Green+Blue) = 235+215+203=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 215 (84.38% from 255 or 32.92% from 653); Blue value is 203 (79.69% from 255 or 31.09% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD7CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD7CB is #142834. Grayscale: #DBDBDB. Windows color (decimal): -1321013 or 13359083. OLE color: 13359083.

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

Color convert

RGB235215203-
CMYK00.090.140.08
HSL22.5º44.44%85.88%-
HSV(B)22.5º13.62%92.16%-
XYZ69.3470.5766.47-
YUV219.61118.63138.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 215 (84.38% from 255) = 32.92%
BLUE value IS 203 (79.69% from 255) = 31.09%
R=35.99%
G=32.92%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521520300.090.140.0822.544.4485.88
HexEBD7CB09E8172c56
Octal35332731301116102754126
Binary1110101111010111110010110100111101000101111011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD7CB; }

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

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

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

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

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

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

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

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