#EBD9E4

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

Shades of Classic Rose #EBD9E4

Tints of Classic Rose #EBD9E4

Color information

#EBD9E4 (or 0xEBD9E4) is unknown color: approx Classic Rose. HEX triplet: EB, D9 and E4. RGB value is (235,217,228). Sum of RGB (Red+Green+Blue) = 235+217+228=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 217 (85.16% from 255 or 31.91% from 680); Blue value is 228 (89.45% from 255 or 33.53% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9E4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9E4 is #14261B. Grayscale: #DFDFDF. Windows color (decimal): -1320476 or 14997995. OLE color: 14997995.

HSL color Cylindrical-coordinate representation of color #EBD9E4: hue angle of 323.33º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBD9E4 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235217228-
CMYK00.080.030.08
HSL323.33º31.03%88.63%-
HSV(B)323.33º7.66%92.16%-
XYZ73.0872.8983.62-
YUV223.64130.46136.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 217 (85.16% from 255) = 31.91%
BLUE value IS 228 (89.45% from 255) = 33.53%
R=34.56%
G=31.91%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521722800.080.030.08323.3331.0388.63
HexEBD9E408381431f59
Octal35333134401031050337131
Binary11101011110110011110010001000111000101000011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9E4; }

 p { color: rgb(235,217,228); }

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

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

 a { background-color: rgb(235,217,228); }

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

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

 span { border-color: rgb(235,217,228); }

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