#EADBD1

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

Shades of Dawn Pink #EADBD1

Tints of Dawn Pink #EADBD1

Color information

#EADBD1 (or 0xEADBD1) is unknown color: approx Dawn Pink. HEX triplet: EA, DB and D1. RGB value is (234,219,209). Sum of RGB (Red+Green+Blue) = 234+219+209=662 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.35% from 662); Green value is 219 (85.94% from 255 or 33.08% from 662); Blue value is 209 (82.03% from 255 or 31.57% from 662); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBD1 is #15242E. Grayscale: #DEDEDE. Windows color (decimal): -1385519 or 13753322. OLE color: 13753322.

HSL color Cylindrical-coordinate representation of color #EADBD1: hue angle of 24º degrees, saturation: 0.37, 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 #EADBD1 is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.08.

Color convert

RGB234219209-
CMYK00.060.110.08
HSL24º37.31%86.86%-
HSV(B)24º10.68%91.76%-
XYZ70.7772.7670.64-
YUV222.34120.47136.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.35%
GREEN value IS 219 (85.94% from 255) = 33.08%
BLUE value IS 209 (82.03% from 255) = 31.57%
R=35.35%
G=33.08%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421920900.060.110.082437.3186.86
HexEADBD106B8182557
Octal3523333210613103045127
Binary111010101101101111010001011010111000110001001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBD1; }

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

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

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

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

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

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

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

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