Html Css Color HEX #EADBD0 Dawn Pink

📋 copy color: '#EADBD0'

red 234 ◦ green 219 ◦ blue 208

#EADBD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dawn Pink #EADBD0

Tints of Dawn Pink #EADBD0

RGB

 RED value IS 234 (91.8% from 255) = 35.4%

 GREEN value IS 219 (85.94% from 255) = 33.13%

 BLUE value IS 208 (81.64% from 255) = 31.47%

R = 35.4%
G = 33.13%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EADBD0 (or 0xEADBD0) is known color: Dawn Pink. HEX triplet: EA, DB and D0. RGB value is (234,219,208). Sum of RGB (Red+Green+Blue) = 234+219+208=661 (87% of max value = 765). Red value is 234 (91.80% from 255 or 35.40% from 661); Green value is 219 (85.94% from 255 or 33.13% from 661); Blue value is 208 (81.64% from 255 or 31.47% from 661); Max value from RGB is 234 - color contains mainly: red. Hex color #EADBD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EADBD0 is #15242F. Grayscale: #DEDEDE. Windows color (decimal): -1385520 or 13687786. OLE color: 13687786.

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

Color convert

RGB 234 219 208 -
CMYK 0 0.06 0.11 0.08
HSL 25.38º 0.38% 0.87% -
HSV(B) 25.38º 0.11% 0.92% -
XYZ 70.65 72.71 69.99 -
YUV 222.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 234 219 208 0 0.06 0.11 0.08 25.38 0.38 0.87
Hex EA DB D0 0 6 B 8 19 26 57
Octal 352 333 320 0 6 13 10 31 46 127
Binary 11101010 11011011 11010000 0 110 1011 1000 11001 100110 1010111

Color Harmonies of #EADBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADBD0

Black with #EADBD0

Text Example


Text Example

White with #EADBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADBD0; }

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

 H1.HeaderClassName
 {
   color: #EADBD0;
 }
 .AnyTagClassName
 {
   color: #EADBD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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