#EBE1DC

Color #EBE1DC Fair Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fair Pink #EBE1DC

Tints of Fair Pink #EBE1DC

Color information

#EBE1DC (or 0xEBE1DC) is unknown color: approx Fair Pink. HEX triplet: EB, E1 and DC. RGB value is (235,225,220). Sum of RGB (Red+Green+Blue) = 235+225+220=680 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.56% from 680); Green value is 225 (88.28% from 255 or 33.09% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1DC is #141E23. Grayscale: #E3E3E3. Windows color (decimal): -1318436 or 14475755. OLE color: 14475755.

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

Color convert

RGB235225220-
CMYK00.040.060.08
HSL20º27.27%89.22%-
HSV(B)20º6.38%92.16%-
XYZ74.176.6878.61-
YUV227.42123.81133.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.56%
GREEN value IS 225 (88.28% from 255) = 33.09%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=34.56%
G=33.09%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522522000.040.060.082027.2789.22
HexEBE1DC0468141b59
Octal353341334046102433131
Binary1110101111100001110111000100110100010100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1DC; }

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

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

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

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

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

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

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

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