#EBE3DE

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

Shades of Fair Pink #EBE3DE

Tints of Fair Pink #EBE3DE

Color information

#EBE3DE (or 0xEBE3DE) is unknown color: approx Fair Pink. HEX triplet: EB, E3 and DE. RGB value is (235,227,222). Sum of RGB (Red+Green+Blue) = 235+227+222=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 222 (87.11% from 255 or 32.46% from 684); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3DE is #141C21. Grayscale: #E4E4E4. Windows color (decimal): -1317922 or 14607339. OLE color: 14607339.

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

Color convert

RGB235227222-
CMYK00.030.060.08
HSL23.08º24.53%89.61%-
HSV(B)23.08º5.53%92.16%-
XYZ74.9177.8780.19-
YUV228.82124.15132.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 227 (89.06% from 255) = 33.19%
BLUE value IS 222 (87.11% from 255) = 32.46%
R=34.36%
G=33.19%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522722200.030.060.0823.0824.5389.61
HexEBE3DE036817195a
Octal353343336036102731132
Binary111010111110001111011110011110100010111110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3DE; }

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

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

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

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

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

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

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

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