#EBD8E3

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

Shades of Classic Rose #EBD8E3

Tints of Classic Rose #EBD8E3

Color information

#EBD8E3 (or 0xEBD8E3) is unknown color: approx Classic Rose. HEX triplet: EB, D8 and E3. RGB value is (235,216,227). Sum of RGB (Red+Green+Blue) = 235+216+227=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 216 (84.77% from 255 or 31.86% from 678); Blue value is 227 (89.06% from 255 or 33.48% from 678); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD8E3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD8E3 is #14271C. Grayscale: #DEDEDE. Windows color (decimal): -1320733 or 14932203. OLE color: 14932203.

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

Color convert

RGB235216227-
CMYK00.080.030.08
HSL325.26º32.2%88.43%-
HSV(B)325.26º8.09%92.16%-
XYZ72.6872.3282.8-
YUV222.94130.29136.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 216 (84.77% from 255) = 31.86%
BLUE value IS 227 (89.06% from 255) = 33.48%
R=34.66%
G=31.86%
B=33.48%

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
Decimal23521622700.080.030.08325.2632.288.43
HexEBD8E308381452058
Octal35333034301031050540130
Binary111010111101100011100011010001110001010001011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD8E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD8E3; }

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

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

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

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

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

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

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

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