#EBD6C9

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

Shades of Dawn Pink #EBD6C9

Tints of Dawn Pink #EBD6C9

Color information

#EBD6C9 (or 0xEBD6C9) is unknown color: approx Dawn Pink. HEX triplet: EB, D6 and C9. RGB value is (235,214,201). Sum of RGB (Red+Green+Blue) = 235+214+201=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 214 (83.98% from 255 or 32.92% from 650); Blue value is 201 (78.91% from 255 or 30.92% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6C9 is #142936. Grayscale: #DADADA. Windows color (decimal): -1321271 or 13227755. OLE color: 13227755.

HSL color Cylindrical-coordinate representation of color #EBD6C9: hue angle of 22.94º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBD6C9 is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235214201-
CMYK00.090.140.08
HSL22.94º45.95%85.49%-
HSV(B)22.94º14.47%92.16%-
XYZ68.8569.9765.14-
YUV218.8117.96139.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 214 (83.98% from 255) = 32.92%
BLUE value IS 201 (78.91% from 255) = 30.92%
R=36.15%
G=32.92%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521420100.090.140.0822.9445.9585.49
HexEBD6C909E8172e55
Octal35332631101116102756125
Binary1110101111010110110010010100111101000101111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6C9; }

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

 H1.HeaderClassName
 {
   color: #EBD6C9;
 }
 .AnyTagClassName
 {
   color: #EBD6C9;
 }
</style>
background-color css

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

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

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

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

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

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