#EBD6C8

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

Shades of Dawn Pink #EBD6C8

Tints of Dawn Pink #EBD6C8

Color information

#EBD6C8 (or 0xEBD6C8) is unknown color: approx Dawn Pink. HEX triplet: EB, D6 and C8. RGB value is (235,214,200). Sum of RGB (Red+Green+Blue) = 235+214+200=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 214 (83.98% from 255 or 32.97% from 649); Blue value is 200 (78.52% from 255 or 30.82% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD6C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD6C8 is #142937. Grayscale: #DADADA. Windows color (decimal): -1321272 or 13162219. OLE color: 13162219.

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

Color convert

RGB235214200-
CMYK00.090.150.08
HSL24º46.67%85.29%-
HSV(B)24º14.89%92.16%-
XYZ68.7369.9364.52-
YUV218.68117.46139.64-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 214 (83.98% from 255) = 32.97%
BLUE value IS 200 (78.52% from 255) = 30.82%
R=36.21%
G=32.97%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521420000.090.150.082446.6785.29
HexEBD6C809F8182f55
Octal35332631001117103057125
Binary1110101111010110110010000100111111000110001011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD6C8; }

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

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

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

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

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

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

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

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