#EBDBCF

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

Shades of Dawn Pink #EBDBCF

Tints of Dawn Pink #EBDBCF

Color information

#EBDBCF (or 0xEBDBCF) is unknown color: approx Dawn Pink. HEX triplet: EB, DB and CF. RGB value is (235,219,207). Sum of RGB (Red+Green+Blue) = 235+219+207=661 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.55% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 207 (81.25% from 255 or 31.32% from 661); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBCF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBCF is #142430. Grayscale: #DEDEDE. Windows color (decimal): -1319985 or 13622251. OLE color: 13622251.

HSL color Cylindrical-coordinate representation of color #EBDBCF: hue angle of 25.71º degrees, saturation: 0.41, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBDBCF is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235219207-
CMYK00.070.120.08
HSL25.71º41.18%86.67%-
HSV(B)25.71º11.91%92.16%-
XYZ70.8572.8369.35-
YUV222.42119.3136.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.55%
GREEN value IS 219 (85.94% from 255) = 33.13%
BLUE value IS 207 (81.25% from 255) = 31.32%
R=35.55%
G=33.13%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521920700.070.120.0825.7141.1886.67
HexEBDBCF07C81a2957
Octal3533333170714103251127
Binary111010111101101111001111011111001000110101010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBCF; }

 p { color: rgb(235,219,207); }

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

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

 a { background-color: rgb(235,219,207); }

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

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

 span { border-color: rgb(235,219,207); }

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