Html Css Color HEX #EBDCD0 Dawn Pink

📋 copy color: '#EBDCD0'

red 235 ◦ green 220 ◦ blue 208

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

Shades of Dawn Pink #EBDCD0

Tints of Dawn Pink #EBDCD0

RGB

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

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

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

R = 35.44%
G = 33.18%
B = 31.37%

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

#EBDCD0 (or 0xEBDCD0) is known color: Dawn Pink. HEX triplet: EB, DC and D0. RGB value is (235,220,208). Sum of RGB (Red+Green+Blue) = 235+220+208=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDCD0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDCD0 is #14232F. Grayscale: #DFDFDF. Windows color (decimal): -1319728 or 13688043. OLE color: 13688043.

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

Color convert

RGB 235 220 208 -
CMYK 0 0.06 0.11 0.08
HSL 26.67º 0.4% 0.87% -
HSV(B) 26.67º 0.11% 0.92% -
XYZ 71.24 73.4 70.09 -
YUV 223.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 235 220 208 0 0.06 0.11 0.08 26.67 0.4 0.87
Hex EB DC D0 0 6 B 8 1B 28 57
Octal 353 334 320 0 6 13 10 33 50 127
Binary 11101011 11011100 11010000 0 110 1011 1000 11011 101000 1010111

Color Harmonies of #EBDCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDCD0

Black with #EBDCD0

Text Example


Text Example

White with #EBDCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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