#EBD6CE

Color #EBD6CE Dawn Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dawn Pink #EBD6CE

Tints of Dawn Pink #EBD6CE

Color information

#EBD6CE (or 0xEBD6CE) is unknown color: approx 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

RGB235214206-
CMYK00.090.120.08
HSL16.55º42.03%86.47%-
HSV(B)16.55º12.34%92.16%-
XYZ69.4570.2168.28-
YUV219.37120.46139.15-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521420600.090.120.0816.5542.0386.47
HexEBD6CE09C8112a56
Octal35332631601114102152126
Binary1110101111010110110011100100111001000100011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>