#EBDBD1

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

Shades of Dawn Pink #EBDBD1

Tints of Dawn Pink #EBDBD1

Color information

#EBDBD1 (or 0xEBDBD1) is unknown color: approx Dawn Pink. HEX triplet: EB, DB and D1. RGB value is (235,219,209). Sum of RGB (Red+Green+Blue) = 235+219+209=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBD1 is #14242E. Grayscale: #DEDEDE. Windows color (decimal): -1319983 or 13753323. OLE color: 13753323.

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

Color convert

RGB235219209-
CMYK00.070.110.08
HSL23.08º39.39%87.06%-
HSV(B)23.08º11.06%92.16%-
XYZ71.172.9370.65-
YUV222.64120.3136.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 219 (85.94% from 255) = 33.03%
BLUE value IS 209 (82.03% from 255) = 31.52%
R=35.44%
G=33.03%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521920900.070.110.0823.0839.3987.06
HexEBDBD107B8172757
Octal3533333210713102747127
Binary111010111101101111010001011110111000101111001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDBD1; }

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

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

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

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

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

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

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

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