#EBD6CD

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

Shades of Dawn Pink #EBD6CD

Tints of Dawn Pink #EBD6CD

Color information

#EBD6CD (or 0xEBD6CD) is unknown color: approx Dawn Pink. HEX triplet: EB, D6 and CD. RGB value is (235,214,205). Sum of RGB (Red+Green+Blue) = 235+214+205=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 214 (83.98% from 255 or 32.72% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6CD is #142932. Grayscale: #DBDBDB. Windows color (decimal): -1321267 or 13489899. OLE color: 13489899.

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

Color convert

RGB235214205-
CMYK00.090.130.08
HSL18º42.86%86.27%-
HSV(B)18º12.77%92.16%-
XYZ69.3370.1667.65-
YUV219.25119.96139.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 214 (83.98% from 255) = 32.72%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=35.93%
G=32.72%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521420500.090.130.081842.8686.27
HexEBD6CD09D8122b56
Octal35332631501115102253126
Binary1110101111010110110011010100111011000100101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6CD; }

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

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

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

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

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

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

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

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