#EBDADC

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

Shades of Pale Rose #EBDADC

Tints of Pale Rose #EBDADC

Color information

#EBDADC (or 0xEBDADC) is unknown color: approx Pale Rose. HEX triplet: EB, DA and DC. RGB value is (235,218,220). Sum of RGB (Red+Green+Blue) = 235+218+220=673 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.92% from 673); Green value is 218 (85.55% from 255 or 32.39% from 673); Blue value is 220 (86.33% from 255 or 32.69% from 673); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDADC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDADC is #142523. Grayscale: #DFDFDF. Windows color (decimal): -1320228 or 14473963. OLE color: 14473963.

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

Color convert

RGB235218220-
CMYK00.070.060.08
HSL352.94º29.82%88.82%-
HSV(B)352.94º7.23%92.16%-
XYZ72.2572.9777.99-
YUV223.31126.13136.34-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.92%
GREEN value IS 218 (85.55% from 255) = 32.39%
BLUE value IS 220 (86.33% from 255) = 32.69%
R=34.92%
G=32.39%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521822000.070.060.08352.9429.8288.82
HexEBDADC07681611e59
Octal3533323340761054136131
Binary11101011110110101101110001111101000101100001111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDADC; }

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

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

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

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

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

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

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

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