#EBD4E0

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

Shades of Classic Rose #EBD4E0

Tints of Classic Rose #EBD4E0

Color information

#EBD4E0 (or 0xEBD4E0) is unknown color: approx Classic Rose. HEX triplet: EB, D4 and E0. RGB value is (235,212,224). Sum of RGB (Red+Green+Blue) = 235+212+224=671 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.02% from 671); Green value is 212 (83.20% from 255 or 31.59% from 671); Blue value is 224 (87.89% from 255 or 33.38% from 671); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD4E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD4E0 is #142B1F. Grayscale: #DCDCDC. Windows color (decimal): -1321760 or 14734571. OLE color: 14734571.

HSL color Cylindrical-coordinate representation of color #EBD4E0: hue angle of 328.7º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBD4E0 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235212224-
CMYK00.100.050.08
HSL328.7º36.51%87.65%-
HSV(B)328.7º9.79%92.16%-
XYZ71.2670.1380.3-
YUV220.24130.12138.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.02%
GREEN value IS 212 (83.20% from 255) = 31.59%
BLUE value IS 224 (87.89% from 255) = 33.38%
R=35.02%
G=31.59%
B=33.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521222400.100.050.08328.736.5187.65
HexEBD4E00A581492558
Octal35332434001251051145130
Binary1110101111010100111000000101010110001010010011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD4E0; }

 p { color: rgb(235,212,224); }

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

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

 a { background-color: rgb(235,212,224); }

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

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

 span { border-color: rgb(235,212,224); }

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