#EBDADB

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

Shades of Pale Rose #EBDADB

Tints of Pale Rose #EBDADB

Color information

#EBDADB (or 0xEBDADB) is unknown color: approx Pale Rose. HEX triplet: EB, DA and DB. RGB value is (235,218,219). Sum of RGB (Red+Green+Blue) = 235+218+219=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDADB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDADB is #142524. Grayscale: #DFDFDF. Windows color (decimal): -1320229 or 14408427. OLE color: 14408427.

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

Color convert

RGB235218219-
CMYK00.070.070.08
HSL356.47º29.82%88.82%-
HSV(B)356.47º7.23%92.16%-
XYZ72.1272.9277.29-
YUV223.2125.63136.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 218 (85.55% from 255) = 32.44%
BLUE value IS 219 (85.94% from 255) = 32.59%
R=34.97%
G=32.44%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521821900.070.070.08356.4729.8288.82
HexEBDADB07781641e59
Octal3533323330771054436131
Binary11101011110110101101101101111111000101100100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDADB; }

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

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

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

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

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

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

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

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