#EBD8E5

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

Shades of Classic Rose #EBD8E5

Tints of Classic Rose #EBD8E5

Color information

#EBD8E5 (or 0xEBD8E5) is unknown color: approx Classic Rose. HEX triplet: EB, D8 and E5. RGB value is (235,216,229). Sum of RGB (Red+Green+Blue) = 235+216+229=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 216 (84.77% from 255 or 31.76% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8E5 is #14271A. Grayscale: #DFDFDF. Windows color (decimal): -1320731 or 15063275. OLE color: 15063275.

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

Color convert

RGB235216229-
CMYK00.080.030.08
HSL318.95º32.2%88.43%-
HSV(B)318.95º8.09%92.16%-
XYZ72.9672.4384.26-
YUV223.16131.29136.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 216 (84.77% from 255) = 31.76%
BLUE value IS 229 (89.84% from 255) = 33.68%
R=34.56%
G=31.76%
B=33.68%

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
Decimal23521622900.080.030.08318.9532.288.43
HexEBD8E5083813f2058
Octal35333034501031047740130
Binary111010111101100011100101010001110001001111111000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8E5; }

 p { color: rgb(235,216,229); }

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

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

 a { background-color: rgb(235,216,229); }

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

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

 span { border-color: rgb(235,216,229); }

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