#EBE3DF

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

Shades of Fair Pink #EBE3DF

Tints of Fair Pink #EBE3DF

Color information

#EBE3DF (or 0xEBE3DF) is unknown color: approx Fair Pink. HEX triplet: EB, E3 and DF. RGB value is (235,227,223). Sum of RGB (Red+Green+Blue) = 235+227+223=685 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.31% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 223 (87.5% from 255 or 32.55% from 685); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE3DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE3DF is #141C20. Grayscale: #E4E4E4. Windows color (decimal): -1317921 or 14672875. OLE color: 14672875.

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

Color convert

RGB235227223-
CMYK00.030.050.08
HSL20º23.08%89.8%-
HSV(B)20º5.11%92.16%-
XYZ75.0577.9380.9-
YUV228.94124.65132.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.31%
GREEN value IS 227 (89.06% from 255) = 33.14%
BLUE value IS 223 (87.5% from 255) = 32.55%
R=34.31%
G=33.14%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522722300.030.050.082023.0889.8
HexEBE3DF035814175a
Octal353343337035102427132
Binary111010111110001111011111011101100010100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE3DF; }

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

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

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

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

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

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

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

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