#EBD8E1

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

Shades of Classic Rose #EBD8E1

Tints of Classic Rose #EBD8E1

Color information

#EBD8E1 (or 0xEBD8E1) is unknown color: approx Classic Rose. HEX triplet: EB, D8 and E1. RGB value is (235,216,225). Sum of RGB (Red+Green+Blue) = 235+216+225=676 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.76% from 676); Green value is 216 (84.77% from 255 or 31.95% from 676); Blue value is 225 (88.28% from 255 or 33.28% from 676); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8E1 is #14271E. Grayscale: #DEDEDE. Windows color (decimal): -1320735 or 14801131. OLE color: 14801131.

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

Color convert

RGB235216225-
CMYK00.080.040.08
HSL331.58º32.2%88.43%-
HSV(B)331.58º8.09%92.16%-
XYZ72.4172.2181.36-
YUV222.71129.29136.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.76%
GREEN value IS 216 (84.77% from 255) = 31.95%
BLUE value IS 225 (88.28% from 255) = 33.28%
R=34.76%
G=31.95%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521622500.080.040.08331.5832.288.43
HexEBD8E1084814c2058
Octal35333034101041051440130
Binary1110101111011000111000010100010010001010011001000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8E1; }

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

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

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

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

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

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

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

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