Html Css Color HEX #EBD6CE Dawn Pink

📋 copy color: '#EBD6CE'

red 235 ◦ green 214 ◦ blue 206

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

Shades of Dawn Pink #EBD6CE

Tints of Dawn Pink #EBD6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.67%

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

R = 35.88%
G = 32.67%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#EBD6CE (or 0xEBD6CE) is known color: Dawn Pink. HEX triplet: EB, D6 and CE. RGB value is (235,214,206). Sum of RGB (Red+Green+Blue) = 235+214+206=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 214 (83.98% from 255 or 32.67% from 655); Blue value is 206 (80.86% from 255 or 31.45% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6CE is #142931. Grayscale: #DBDBDB. Windows color (decimal): -1321266 or 13555435. OLE color: 13555435.

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

Color convert

RGB 235 214 206 -
CMYK 0 0.09 0.12 0.08
HSL 16.55º 0.42% 0.86% -
HSV(B) 16.55º 0.12% 0.92% -
XYZ 69.45 70.21 68.28 -
YUV 219.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 235 214 206 0 0.09 0.12 0.08 16.55 0.42 0.86
Hex EB D6 CE 0 9 C 8 11 2A 56
Octal 353 326 316 0 11 14 10 21 52 126
Binary 11101011 11010110 11001110 0 1001 1100 1000 10001 101010 1010110

Color Harmonies of #EBD6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD6CE

Black with #EBD6CE

Text Example


Text Example

White with #EBD6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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