#EBDAE4

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

Shades of Classic Rose #EBDAE4

Tints of Classic Rose #EBDAE4

Color information

#EBDAE4 (or 0xEBDAE4) is unknown color: approx Classic Rose. HEX triplet: EB, DA and E4. RGB value is (235,218,228). Sum of RGB (Red+Green+Blue) = 235+218+228=681 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.51% from 681); Green value is 218 (85.55% from 255 or 32.01% from 681); Blue value is 228 (89.45% from 255 or 33.48% from 681); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAE4 is #14251B. Grayscale: #E0E0E0. Windows color (decimal): -1320220 or 14998251. OLE color: 14998251.

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

Color convert

RGB235218228-
CMYK00.070.030.08
HSL324.71º29.82%88.82%-
HSV(B)324.71º7.23%92.16%-
XYZ73.3473.4183.7-
YUV224.22130.13135.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.51%
GREEN value IS 218 (85.55% from 255) = 32.01%
BLUE value IS 228 (89.45% from 255) = 33.48%
R=34.51%
G=32.01%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521822800.070.030.08324.7129.8288.82
HexEBDAE407381451e59
Octal3533323440731050536131
Binary1110101111011010111001000111111000101000101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAE4; }

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

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

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

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

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

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

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

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