#EBD5E1

Color #EBD5E1 Classic Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Classic Rose #EBD5E1

Tints of Classic Rose #EBD5E1

Color information

#EBD5E1 (or 0xEBD5E1) is unknown color: approx Classic Rose. HEX triplet: EB, D5 and E1. RGB value is (235,213,225). Sum of RGB (Red+Green+Blue) = 235+213+225=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 225 (88.28% from 255 or 33.43% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5E1 is #142A1E. Grayscale: #DCDCDC. Windows color (decimal): -1321503 or 14800363. OLE color: 14800363.

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

Color convert

RGB235213225-
CMYK00.090.040.08
HSL327.27º35.48%87.84%-
HSV(B)327.27º9.36%92.16%-
XYZ71.6570.6981.1-
YUV220.95130.29138.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 213 (83.59% from 255) = 31.65%
BLUE value IS 225 (88.28% from 255) = 33.43%
R=34.92%
G=31.65%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521322500.090.040.08327.2735.4887.84
HexEBD5E109481472358
Octal35332534101141050743130
Binary1110101111010101111000010100110010001010001111000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5E1; }

 p { color: rgb(235,213,225); }

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

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

 a { background-color: rgb(235,213,225); }

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

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

 span { border-color: rgb(235,213,225); }

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