#EBDAE0

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

Shades of Pale Rose #EBDAE0

Tints of Pale Rose #EBDAE0

Color information

#EBDAE0 (or 0xEBDAE0) is unknown color: approx Pale Rose. HEX triplet: EB, DA and E0. RGB value is (235,218,224). Sum of RGB (Red+Green+Blue) = 235+218+224=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 218 (85.55% from 255 or 32.20% from 677); Blue value is 224 (87.89% from 255 or 33.09% from 677); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDAE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDAE0 is #14251F. Grayscale: #DFDFDF. Windows color (decimal): -1320224 or 14736107. OLE color: 14736107.

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

Color convert

RGB235218224-
CMYK00.070.050.08
HSL338.82º29.82%88.82%-
HSV(B)338.82º7.23%92.16%-
XYZ72.7973.1980.81-
YUV223.77128.13136.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 218 (85.55% from 255) = 32.20%
BLUE value IS 224 (87.89% from 255) = 33.09%
R=34.71%
G=32.20%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521822400.070.050.08338.8229.8288.82
HexEBDAE007581531e59
Octal3533323400751052336131
Binary11101011110110101110000001111011000101010011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDAE0; }

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

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

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

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

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

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

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

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