Html Css Color HEX #EBDCD1 Dawn Pink

📋 copy color: '#EBDCD1'

red 235 ◦ green 220 ◦ blue 209

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

Shades of Dawn Pink #EBDCD1

Tints of Dawn Pink #EBDCD1

RGB

 RED value IS 235 (92.19% from 255) = 35.39%

 GREEN value IS 220 (86.33% from 255) = 33.13%

 BLUE value IS 209 (82.03% from 255) = 31.48%

R = 35.39%
G = 33.13%
B = 31.48%

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

#EBDCD1 (or 0xEBDCD1) is known color: Dawn Pink. HEX triplet: EB, DC and D1. RGB value is (235,220,209). Sum of RGB (Red+Green+Blue) = 235+220+209=664 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.39% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD1 is #14232E. Grayscale: #DFDFDF. Windows color (decimal): -1319727 or 13753579. OLE color: 13753579.

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

Color convert

RGB 235 220 209 -
CMYK 0 0.06 0.11 0.08
HSL 25.38º 0.39% 0.87% -
HSV(B) 25.38º 0.11% 0.92% -
XYZ 71.36 73.45 70.74 -
YUV 223.23 119.97 136.39 -
System Red Green Blue C M Y K H S L
Decimal 235 220 209 0 0.06 0.11 0.08 25.38 0.39 0.87
Hex EB DC D1 0 6 B 8 19 27 57
Octal 353 334 321 0 6 13 10 31 47 127
Binary 11101011 11011100 11010001 0 110 1011 1000 11001 100111 1010111

Color Harmonies of #EBDCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCD1

Black with #EBDCD1

Text Example


Text Example

White with #EBDCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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