Html Css Color HEX #EBD9CE Dawn Pink

📋 copy color: '#EBD9CE'

red 235 ◦ green 217 ◦ blue 206

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

Shades of Dawn Pink #EBD9CE

Tints of Dawn Pink #EBD9CE

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.98%

 BLUE value IS 206 (80.86% from 255) = 31.31%

R = 35.71%
G = 32.98%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBD9CE (or 0xEBD9CE) is known color: Dawn Pink. HEX triplet: EB, D9 and CE. RGB value is (235,217,206). Sum of RGB (Red+Green+Blue) = 235+217+206=658 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.71% from 658); Green value is 217 (85.16% from 255 or 32.98% from 658); Blue value is 206 (80.86% from 255 or 31.31% from 658); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9CE is #142631. Grayscale: #DDDDDD. Windows color (decimal): -1320498 or 13556203. OLE color: 13556203.

HSL color Cylindrical-coordinate representation of color #EBD9CE: hue angle of 22.76º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBD9CE is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 217 206 -
CMYK 0 0.08 0.12 0.08
HSL 22.76º 0.42% 0.86% -
HSV(B) 22.76º 0.12% 0.92% -
XYZ 70.21 71.74 68.54 -
YUV 221.13 119.46 137.89 -
System Red Green Blue C M Y K H S L
Decimal 235 217 206 0 0.08 0.12 0.08 22.76 0.42 0.86
Hex EB D9 CE 0 8 C 8 17 2A 56
Octal 353 331 316 0 10 14 10 27 52 126
Binary 11101011 11011001 11001110 0 1000 1100 1000 10111 101010 1010110

Color Harmonies of #EBD9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD9CE

Black with #EBD9CE

Text Example


Text Example

White with #EBD9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD9CE; }

 p { color: rgb(235,217,206); }

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

background-color css

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

 a { background-color: rgb(235,217,206); }

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

border-color css

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

 span { border-color: rgb(235,217,206); }

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