#EBD9E5

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

Shades of Classic Rose #EBD9E5

Tints of Classic Rose #EBD9E5

Color information

#EBD9E5 (or 0xEBD9E5) is unknown color: approx Classic Rose. HEX triplet: EB, D9 and E5. RGB value is (235,217,229). Sum of RGB (Red+Green+Blue) = 235+217+229=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 217 (85.16% from 255 or 31.86% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD9E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD9E5 is #14261A. Grayscale: #DFDFDF. Windows color (decimal): -1320475 or 15063531. OLE color: 15063531.

HSL color Cylindrical-coordinate representation of color #EBD9E5: hue angle of 320º 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 #EBD9E5 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB235217229-
CMYK00.080.030.08
HSL320º31.03%88.63%-
HSV(B)320º7.66%92.16%-
XYZ73.2272.9584.35-
YUV223.75130.96136.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 217 (85.16% from 255) = 31.86%
BLUE value IS 229 (89.84% from 255) = 33.63%
R=34.51%
G=31.86%
B=33.63%

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
Decimal23521722900.080.030.0832031.0388.63
HexEBD9E508381401f59
Octal35333134501031050037131
Binary11101011110110011110010101000111000101000000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD9E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD9E5; }

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

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

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

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

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

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

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

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