#EADBD2

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

Shades of Dawn Pink #EADBD2

Tints of Dawn Pink #EADBD2

Color information

#EADBD2 (or 0xEADBD2) is unknown color: approx Dawn Pink. HEX triplet: EA, DB and D2. RGB value is (234,219,210). Sum of RGB (Red+Green+Blue) = 234+219+210=663 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.29% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 210 (82.42% from 255 or 31.67% from 663); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBD2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBD2 is #15242D. Grayscale: #DEDEDE. Windows color (decimal): -1385518 or 13818858. OLE color: 13818858.

HSL color Cylindrical-coordinate representation of color #EADBD2: hue angle of 22.5º degrees, saturation: 0.36, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EADBD2 is Cyan = 0, Magento = 0.06, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB234219210-
CMYK00.060.100.08
HSL22.5º36.36%87.06%-
HSV(B)22.5º10.26%91.76%-
XYZ70.972.8171.29-
YUV222.46120.97136.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.29%
GREEN value IS 219 (85.94% from 255) = 33.03%
BLUE value IS 210 (82.42% from 255) = 31.67%
R=35.29%
G=33.03%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23421921000.060.100.0822.536.3687.06
HexEADBD206A8172457
Octal3523333220612102744127
Binary111010101101101111010010011010101000101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADBD2; }

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

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

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

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

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

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

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

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