#EBE2DE

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

Shades of Fair Pink #EBE2DE

Tints of Fair Pink #EBE2DE

Color information

#EBE2DE (or 0xEBE2DE) is unknown color: approx Fair Pink. HEX triplet: EB, E2 and DE. RGB value is (235,226,222). Sum of RGB (Red+Green+Blue) = 235+226+222=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2DE is #141D21. Grayscale: #E4E4E4. Windows color (decimal): -1318178 or 14607083. OLE color: 14607083.

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

Color convert

RGB235226222-
CMYK00.040.060.08
HSL18.46º24.53%89.61%-
HSV(B)18.46º5.53%92.16%-
XYZ74.6477.3380.1-
YUV228.24124.48132.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 226 (88.67% from 255) = 33.09%
BLUE value IS 222 (87.11% from 255) = 32.50%
R=34.41%
G=33.09%
B=32.50%

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
Decimal23522622200.040.060.0818.4624.5389.61
HexEBE2DE046812195a
Octal353342336046102231132
Binary1110101111100010110111100100110100010010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2DE; }

 p { color: rgb(235,226,222); }

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

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

 a { background-color: rgb(235,226,222); }

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

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

 span { border-color: rgb(235,226,222); }

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