Html Css Color HEX #EBDBD1 Dawn Pink

📋 copy color: '#EBDBD1'

red 235 ◦ green 219 ◦ blue 209

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

Shades of Dawn Pink #EBDBD1

Tints of Dawn Pink #EBDBD1

RGB

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

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

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

R = 35.44%
G = 33.03%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.08

RGB Variations

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

Color information

#EBDBD1 (or 0xEBDBD1) is known color: Dawn Pink. HEX triplet: EB, DB and D1. RGB value is (235,219,209). Sum of RGB (Red+Green+Blue) = 235+219+209=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 219 (85.94% from 255 or 33.03% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDBD1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDBD1 is #14242E. Grayscale: #DEDEDE. Windows color (decimal): -1319983 or 13753323. OLE color: 13753323.

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

Color convert

RGB 235 219 209 -
CMYK 0 0.07 0.11 0.08
HSL 23.08º 0.39% 0.87% -
HSV(B) 23.08º 0.11% 0.92% -
XYZ 71.1 72.93 70.65 -
YUV 222.64 120.3 136.81 -
System Red Green Blue C M Y K H S L
Decimal 235 219 209 0 0.07 0.11 0.08 23.08 0.39 0.87
Hex EB DB D1 0 7 B 8 17 27 57
Octal 353 333 321 0 7 13 10 27 47 127
Binary 11101011 11011011 11010001 0 111 1011 1000 10111 100111 1010111

Color Harmonies of #EBDBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDBD1

Black with #EBDBD1

Text Example


Text Example

White with #EBDBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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