#EBDADD

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

Shades of Pale Rose #EBDADD

Tints of Pale Rose #EBDADD

Color information

#EBDADD (or 0xEBDADD) is unknown color: approx Pale Rose. HEX triplet: EB, DA and DD. RGB value is (235,218,221). Sum of RGB (Red+Green+Blue) = 235+218+221=674 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.87% from 674); Green value is 218 (85.55% from 255 or 32.34% from 674); Blue value is 221 (86.72% from 255 or 32.79% from 674); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDADD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDADD is #142522. Grayscale: #DFDFDF. Windows color (decimal): -1320227 or 14539499. OLE color: 14539499.

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

Color convert

RGB235218221-
CMYK00.070.060.08
HSL349.41º29.82%88.82%-
HSV(B)349.41º7.23%92.16%-
XYZ72.3873.0378.69-
YUV223.42126.63136.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.87%
GREEN value IS 218 (85.55% from 255) = 32.34%
BLUE value IS 221 (86.72% from 255) = 32.79%
R=34.87%
G=32.34%
B=32.79%

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
Decimal23521822100.070.060.08349.4129.8288.82
HexEBDADD076815d1e59
Octal3533323350761053536131
Binary11101011110110101101110101111101000101011101111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDADD; }

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

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

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

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

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

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

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

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